Commit 8ef291fa authored by dmose%mozilla.org's avatar dmose%mozilla.org

get rid of undefined warning

parent fbdd05dd
......@@ -35,7 +35,7 @@ sub sillyness {
}
my $verbose = 0;
if ($ARGV[0] eq '-v') {
if ($#ARGV > 0 && $ARGV[0] eq '-v') {
$verbose = 1;
}
$| = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment