aboutsummaryrefslogtreecommitdiff
path: root/sbocheck
diff options
context:
space:
mode:
Diffstat (limited to 'sbocheck')
-rwxr-xr-xsbocheck4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbocheck b/sbocheck
index e0c6518..3d3a29c 100755
--- a/sbocheck
+++ b/sbocheck
@@ -39,8 +39,8 @@ my ($help, $vers);
GetOptions('help|h' => \$help, 'version|v' => \$vers);
-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 }
update_tree();