]> git.donarmstrong.com Git - bugscan.git/blobdiff - bugcounts
Adjust better to Getopt::Std oddnesses.
[bugscan.git] / bugcounts
index 6d93fa8b21193707997095a5d39bd126a659a92c..cf8809630e0fc77fa3bb4a31ae34bf297a90a58f 100755 (executable)
--- a/bugcounts
+++ b/bugcounts
@@ -31,7 +31,7 @@ EOF
        exit 0;
 }
 
-my ($opt_h,$opt_V,$opt_S,$opt_C);
+our ($opt_h,$opt_V,$opt_S,$opt_C);
 
 getopts('VhS:C:');
 ShowUsage if ($opt_h);