Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Ole Tange
tangetools
Commits
fae4dfb5
Commit
fae4dfb5
authored
Mar 25, 2018
by
Ole Tange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tracefile: Allow for options to the command to run.
parent
1e409bc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tracefile/tracefile
tracefile/tracefile
+1
-1
No files found.
tracefile/tracefile
View file @
fae4dfb5
...
...
@@ -225,7 +225,7 @@ use Getopt::Long;
$
Global::
progname
=
"
tracefile
";
Getopt::Long::
Configure
("
bundling
","
pass_through
");
Getopt::Long::
Configure
("
bundling
","
require_order
");
get_options_from_array
(
\
@ARGV
)
||
die_usage
();
if
(
not
(
$
opt::
exists
or
$
opt::
nonexists
or
$
opt::
all
or
$
opt::
dir
or
$
opt::
file
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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