Skip to content

Commit

Permalink
A quotes fixup for invoking with Windows shell.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Aug 15, 2014
1 parent 807c8e8 commit 9ebd6cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions timeall
Expand Up @@ -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) {
Expand Down

0 comments on commit 9ebd6cd

Please sign in to comment.