aboutsummaryrefslogtreecommitdiff
path: root/sboclean
diff options
context:
space:
mode:
Diffstat (limited to 'sboclean')
-rwxr-xr-xsboclean4
1 files changed, 2 insertions, 2 deletions
diff --git a/sboclean b/sboclean
index fd3cf1f..851ab84 100755
--- a/sboclean
+++ b/sboclean
@@ -50,8 +50,8 @@ GetOptions(
'interactive|i' => \$interactive,
);
-show_usage() and exit 0 if $help;
-show_version() and exit 0 if $vers;
+if ($help) { show_usage(); exit 0 }
+if ($vers) { show_version(); exit 0 }
usage_error("You must specify at least one of -d or -w.") unless
($clean_dist || $clean_work);