summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/sbin/checkout.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/checkout.pl b/lib/sbin/checkout.pl
index 63bf68b3..fd213bd0 100644
--- a/lib/sbin/checkout.pl
+++ b/lib/sbin/checkout.pl
@@ -94,7 +94,7 @@ sub get_packages
chdir packages || die "Could not find packages directory";
$range = <STDIN>;
- if ($range =! /^h/i)
+ if ($range =~ /^h/i)
{
&print_help();
}