From fae4dfb5819cdcc6c96899b3d356acf057905fb9 Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Sun, 25 Mar 2018 14:05:50 +0200 Subject: [PATCH] tracefile: Allow for options to the command to run. --- tracefile/tracefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracefile/tracefile b/tracefile/tracefile index 3b6ded0..b57bbff 100755 --- a/tracefile/tracefile +++ b/tracefile/tracefile @@ -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)) {