aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorJosip Rodin <joy>2001-09-13 18:57:46 +0000
committerJosip Rodin <joy>2001-09-13 18:57:46 +0000
commit6f240e8f00d3a995f8ed8728e3a902eb6334593c (patch)
tree5fee7456c6358c0f11cb45e47818b89557bb82e4 /stattrans.pl
parent0dc90712bacab2bca23277cd73f3f51914652b05 (diff)
no need to continue after an error here (to do: write a proper help screen)
CVS version numbers stattrans.pl: 1.33 -> 1.34
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stattrans.pl b/stattrans.pl
index ae850aee398..69602028e1f 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -36,7 +36,7 @@ $opt_t = "Debian Web site Translation Statistics";
$opt_v = 0;
$opt_d = "u";
$opt_l = undef;
-getopts('h:w:p:t:vd:l:');
+getopts('h:w:p:t:vd:l:') || die;
# Replace filename globbing by Perl regexps
$opt_p =~ s/\,/\\./g;
$opt_p =~ s/\?/./g;

© 2014-2024 Faster IT GmbH | imprint | privacy policy