summaryrefslogtreecommitdiff
path: root/lib/Debian
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2018-09-13 20:05:41 +0000
committerNiels Thykier <niels@thykier.net>2018-09-14 18:54:23 +0000
commitc1e879e061f8556c34f83b24766cf5f8a8e33b41 (patch)
tree0ca76575b1d175235ffe2da6e9259a01a6f738d3 /lib/Debian
parent50a57fe58d8c11c9aee936555b1ecda7200a8070 (diff)
downloaddebhelper-c1e879e061f8556c34f83b24766cf5f8a8e33b41.tar.gz
Dh_Getopt: Configure Getopt::Long to be case sensitive
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'lib/Debian')
-rw-r--r--lib/Debian/Debhelper/Dh_Getopt.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Debian/Debhelper/Dh_Getopt.pm b/lib/Debian/Debhelper/Dh_Getopt.pm
index 8afdd308..f8ab8eb7 100644
--- a/lib/Debian/Debhelper/Dh_Getopt.pm
+++ b/lib/Debian/Debhelper/Dh_Getopt.pm
@@ -92,6 +92,7 @@ sub getoptions {
if (! exists $params{bundling} || $params{bundling}) {
Getopt::Long::config("bundling");
}
+ Getopt::Long::config('no_ignore_case');
my @test;
my %options=(