From 89dd7c08681e81f5d7f36c642f39821dd1759b33 Mon Sep 17 00:00:00 2001 From: Jacob Pipkin Date: Thu, 10 May 2012 21:19:48 -0500 Subject: fix bug where no sbosnap fetch caused script failure --- sbofind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbofind') diff --git a/sbofind b/sbofind index 9b885b0..a1bb492 100755 --- a/sbofind +++ b/sbofind @@ -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'; -- cgit v1.2.3