diff options
author | Jacob Pipkin <d4wnr4z0r@yahoo.com> | 2012-05-10 21:19:48 -0500 |
---|---|---|
committer | Jacob Pipkin <d4wnr4z0r@yahoo.com> | 2012-05-10 21:19:48 -0500 |
commit | 89dd7c08681e81f5d7f36c642f39821dd1759b33 (patch) | |
tree | c09add389c553747109963fd8f232f2167520363 /sboupgrade | |
parent | c40e1f35dfe8dcaaa2a4006f8f1dd59806a41334 (diff) | |
download | sbotools2-89dd7c08681e81f5d7f36c642f39821dd1759b33.tar.xz |
fix bug where no sbosnap fetch caused script failure
Diffstat (limited to 'sboupgrade')
-rwxr-xr-x | sboupgrade | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) { |