aboutsummaryrefslogtreecommitdiff
path: root/sboinstall
diff options
context:
space:
mode:
authorJ Pipkin <j@dawnrazor.net>2013-03-09 03:23:27 -0600
committerJ Pipkin <j@dawnrazor.net>2013-03-09 03:23:27 -0600
commite703434bcbe3c11ecae9c710241516d1c7fdebec (patch)
tree8f2919019bf4b5d9ee05b13d48219a0824ba770c /sboinstall
parente8759a987a0bd1560cddd5d9443a4dfa2c3154fb (diff)
parentaa6de2e5a364f062df3eda6129f5e9285161af3a (diff)
downloadsbotools2-e703434bcbe3c11ecae9c710241516d1c7fdebec.tar.xz
Merge branch 'nonexistent', fixes #51
Diffstat (limited to 'sboinstall')
-rwxr-xr-xsboinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboinstall b/sboinstall
index 6bff012..d65831b 100755
--- a/sboinstall
+++ b/sboinstall
@@ -96,7 +96,7 @@ if ($no_reqs or $non_int) {
%locations = get_sbo_location($build_queue);
for my $sbo (@$build_queue) {
usage_error "Unable to locate $sbo in the SlackBuilds.org tree." unless
- defined $locations{$sbo};
+ $locations{$sbo};
if ($compat32) {
usage_error "-p|--compat32 is not supported with Perl SBos."
if $locations{$sbo} =~ qr|/perl/[^/]+$|;