]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
doh! my last checkin broke -v. fixed.
authordmose%mozilla.org <>
Fri, 17 Mar 2000 10:00:58 +0000 (10:00 +0000)
committerdmose%mozilla.org <>
Fri, 17 Mar 2000 10:00:58 +0000 (10:00 +0000)
syncshadowdb

index 100580942806e4cc5ce9f0a6f6bc2ab2a4943173..bcc921ef648093ba7e96fe0515e669c3be8ada0f 100755 (executable)
@@ -35,7 +35,7 @@ sub sillyness {
 }
 
 my $verbose = 0;
-if ($#ARGV > 0 && $ARGV[0] eq '-v') {
+if ($#ARGV >= 0 && $ARGV[0] eq '-v') {
     $verbose = 1;
 }
 $| = 1;
@@ -47,8 +47,6 @@ sub Verbose ($) {
     }
 }
     
-
-
 my $db_name = "bugs";
 require "localconfig";