From 9ebd6cdce1d4b09f9ea5d67a5b748d0e47d144ed Mon Sep 17 00:00:00 2001 From: jnthn Date: Fri, 15 Aug 2014 23:19:03 +0200 Subject: [PATCH] A quotes fixup for invoking with Windows shell. --- timeall | 3 +++ 1 file changed, 3 insertions(+) diff --git a/timeall b/timeall index 90c0670..ed45317 100755 --- a/timeall +++ b/timeall @@ -376,6 +376,9 @@ sub time_all_compilers { s/\bVM\b/$VM{$comp->{vm}}/g for @$compile, @$run, @args; s/\bBENCH\b/$FindBin::Bin/g for $dir, @$compile, @$run, @args; s{\bDATA\b}{$FindBin::Bin/data}g for $dir, @$compile, @$run, @args; + if ($^O =~ /MSWin32/) { + s/"/'/g for @$run, @args; + } my @compile; if (@$compile) {