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:
@@ -35,7 +35,7 @@ sub sillyness {
|
||||
}
|
||||
|
||||
my $verbose = 0;
|
||||
if ($ARGV[0] eq '-v') {
|
||||
if ($#ARGV > 0 && $ARGV[0] eq '-v') {
|
||||
$verbose = 1;
|
||||
}
|
||||
$| = 1;
|
||||
|
||||
Reference in New Issue
Block a user