From 2721f90643748667765ec083610fbd8f2724ec19 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Fri, 29 Apr 2016 00:23:06 +0200 Subject: sboremove: small whitespace fix --- sboremove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." } -- cgit v1.2.3