aboutsummaryrefslogtreecommitdiff
path: root/sboupgrade
diff options
context:
space:
mode:
authorJacob Pipkin <d4wnr4z0r@yahoo.com>2012-05-10 21:19:48 -0500
committerJacob Pipkin <d4wnr4z0r@yahoo.com>2012-05-10 21:19:48 -0500
commit89dd7c08681e81f5d7f36c642f39821dd1759b33 (patch)
treec09add389c553747109963fd8f232f2167520363 /sboupgrade
parentc40e1f35dfe8dcaaa2a4006f8f1dd59806a41334 (diff)
downloadsbotools2-89dd7c08681e81f5d7f36c642f39821dd1759b33.tar.xz
fix bug where no sbosnap fetch caused script failure
Diffstat (limited to 'sboupgrade')
-rwxr-xr-xsboupgrade2
1 files changed, 2 insertions, 0 deletions
diff --git a/sboupgrade b/sboupgrade
index a41bf60..b4616b1 100755
--- a/sboupgrade
+++ b/sboupgrade
@@ -58,6 +58,8 @@ my $only_new = exists $options{o} ? 'TRUE' : 'FALSE';
show_usage () and exit (1) unless exists $ARGV[0];
+slackbuilds_or_fetch ();
+
my %locations;
for my $sbo_name (@ARGV) {