aboutsummaryrefslogtreecommitdiff
path: root/sbocheck
diff options
context:
space:
mode:
Diffstat (limited to 'sbocheck')
-rwxr-xr-xsbocheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbocheck b/sbocheck
index e85042a..aa257c9 100755
--- a/sbocheck
+++ b/sbocheck
@@ -19,7 +19,7 @@ use Text::Tabulate;
my %options;
getopts ('v',\%options);
-show_version && exit 0 if (exists $options{v});
+show_version && exit 0 if exists $options{v};
update_tree;