aboutsummaryrefslogtreecommitdiff
path: root/sboremove
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-04-29 00:23:06 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-04-29 00:23:06 +0200
commit2721f90643748667765ec083610fbd8f2724ec19 (patch)
treea69138653c6f79507f9e387d309669f5efc4ede7 /sboremove
parent1099ff3c54a3e93b465a988294c3d0d6d8b4138d (diff)
downloadsbotools-2721f90643748667765ec083610fbd8f2724ec19.tar.xz
sboremove: small whitespace fix
Diffstat (limited to 'sboremove')
-rwxr-xr-xsboremove2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboremove b/sboremove
index 5b2420b..716425e 100755
--- a/sboremove
+++ b/sboremove
@@ -59,7 +59,7 @@ $inst_names{$_} = 1 for @$inst_names;
for my $sbo (@ARGV) {
if (get_sbo_location($sbo)) {
$inst_names{$sbo} ? push @sbos, $sbo
- : say "$sbo is not installed";
+ : say "$sbo is not installed";
} else {
say "Unable to locate $sbo in the SlackBuilds.org tree."
}