diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-29 00:23:06 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-29 00:23:06 +0200 |
commit | 2721f90643748667765ec083610fbd8f2724ec19 (patch) | |
tree | a69138653c6f79507f9e387d309669f5efc4ede7 /sboremove | |
parent | 1099ff3c54a3e93b465a988294c3d0d6d8b4138d (diff) | |
download | sbotools-2721f90643748667765ec083610fbd8f2724ec19.tar.xz |
sboremove: small whitespace fix
Diffstat (limited to 'sboremove')
-rwxr-xr-x | sboremove | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." } |