Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
ab749191
Commit
ab749191
authored
Dec 24, 2009
by
Robert Ricci
Browse files
Bugfix: tell getopt not to ingore case
parent
28ac96a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/git/gitmail
View file @
ab749191
...
...
@@ -54,6 +54,7 @@ my $testmode = undef;
# we want to be able to turn on debugging early
#
my
%opt
;
Getopt::Long::
Configure
("
no_ignore_case
");
if
(
!
GetOptions
(
\
%opt
,
'
d
',
'
h
',
'
t
',
'
T=s
')
||
@ARGV
||
$opt
{
h
})
{
print
STDERR
"
Usage: gitmail [-h|-d]
\n
";
print
STDERR
"
-h this message
\n
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment