aboutsummaryrefslogtreecommitdiff
path: root/sboinstall
diff options
context:
space:
mode:
Diffstat (limited to 'sboinstall')
-rwxr-xr-xsboinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboinstall b/sboinstall
index c2f2420..2029720 100755
--- a/sboinstall
+++ b/sboinstall
@@ -142,7 +142,7 @@ my %locations = get_sbo_locations($build_queue);
for my $sbo (@$build_queue) {
next if $inst_names{$sbo};
- if (not $locations{$sbo} and in(@ARGV, $sbo)) {
+ if (not $locations{$sbo} and in($sbo, @ARGV)) {
usage_error("Unable to locate $sbo in the SlackBuilds.org tree.")
}
if ($compat32) {