summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Getopt.pm
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-01-11 17:44:05 +0000
committerjoeyh <joeyh>2006-01-11 17:44:05 +0000
commit21af4f4756f3037f3cdff675a7e942056b96ec6b (patch)
treeca14a9bf0863771ce96d2311552d356d603b0b21 /Debian/Debhelper/Dh_Getopt.pm
parent0d519c8fd379afbed7ff4ec1c141e0b4097bcd37 (diff)
r1851: releasing version 5.0.15
Diffstat (limited to 'Debian/Debhelper/Dh_Getopt.pm')
-rw-r--r--Debian/Debhelper/Dh_Getopt.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm
index c7c831ca..c698b7c5 100644
--- a/Debian/Debhelper/Dh_Getopt.pm
+++ b/Debian/Debhelper/Dh_Getopt.pm
@@ -94,7 +94,7 @@ sub parseopts {
"no-package=s" => \&ExcludePackage,
"n" => \$options{NOSCRIPTS},
- "noscripts" => \$options{ONLYSCRIPTS},
+ "noscripts" => \$options{NOSCRIPTS},
"o" => \$options{ONLYSCRIPTS},
"onlyscripts" => \$options{ONLYSCRIPTS},