Commit 067e9238 authored by dmose%mozilla.org's avatar dmose%mozilla.org

doh! my last checkin broke -v. fixed.

parent 8ef291fa
...@@ -35,7 +35,7 @@ sub sillyness { ...@@ -35,7 +35,7 @@ sub sillyness {
} }
my $verbose = 0; my $verbose = 0;
if ($#ARGV > 0 && $ARGV[0] eq '-v') { if ($#ARGV >= 0 && $ARGV[0] eq '-v') {
$verbose = 1; $verbose = 1;
} }
$| = 1; $| = 1;
...@@ -47,8 +47,6 @@ sub Verbose ($) { ...@@ -47,8 +47,6 @@ sub Verbose ($) {
} }
} }
my $db_name = "bugs"; my $db_name = "bugs";
require "localconfig"; require "localconfig";
......
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