Skip to content

Commit 37919d1

Browse files
msvajdrouhard
authored andcommitted
don't ignore case in options (so, don't blame -A)
Signed-off-by: Vadim A. Misbakh-Soloviov <[email protected]>
1 parent 929faa1 commit 37919d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mosh.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
use warnings;
3636
use strict;
37-
use Getopt::Long;
37+
use Getopt::Long qw( :config no_ignore_case );
3838
use IO::Socket;
3939
use Text::ParseWords;
4040
use Socket qw(IPPROTO_TCP);

0 commit comments

Comments
 (0)