tracefile: Allow for options to the command to run.

This commit is contained in:
Ole Tange 2018-03-25 14:05:50 +02:00
parent 1e409bc751
commit fae4dfb581

View file

@ -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)) {