From 49399cd278ba1ff469237caada226c2865460c2f Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Fri, 12 Feb 2016 19:10:34 +0100 Subject: Don't ignore case in option parameters --- sboconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sboconfig b/sboconfig index 9233c6a..4d24256 100755 --- a/sboconfig +++ b/sboconfig @@ -15,7 +15,7 @@ use strict; use warnings FATAL => 'all'; use SBO::Lib qw/ usage_error script_error $tempdir open_read open_fh %config $conf_dir $conf_file show_version /; use File::Basename; -use Getopt::Long; +use Getopt::Long qw(:config no_ignore_case_always); use File::Copy; use File::Path qw(make_path); use File::Temp qw(tempfile);; -- cgit v1.2.3