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 /sbofind | |
parent | c40e1f35dfe8dcaaa2a4006f8f1dd59806a41334 (diff) | |
download | sbotools2-89dd7c08681e81f5d7f36c642f39821dd1759b33.tar.xz |
fix bug where no sbosnap fetch caused script failure
Diffstat (limited to 'sbofind')
-rwxr-xr-x | sbofind | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ show_version () and exit (0) if (exists $options{v}); show_usage () and exit (1) unless exists $ARGV[0]; my $search = $ARGV[0]; -check_slackbuilds_txt (); +slackbuilds_or_fetch (); my (@findings,$name); my $found = 'FALSE'; |