get rid of undefined warning

git-svn-id: svn://10.0.0.236/trunk@63088 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dmose%mozilla.org
2000-03-15 23:40:57 +00:00
parent df3d8f7f28
commit 85dacb5545

View File

@@ -35,7 +35,7 @@ sub sillyness {
}
my $verbose = 0;
if ($ARGV[0] eq '-v') {
if ($#ARGV > 0 && $ARGV[0] eq '-v') {
$verbose = 1;
}
$| = 1;