diff options
Diffstat (limited to 'vest')
-rwxr-xr-x | vest/parallelize.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vest/parallelize.pl b/vest/parallelize.pl index 28260155..2fa318de 100755 --- a/vest/parallelize.pl +++ b/vest/parallelize.pl @@ -94,7 +94,7 @@ if ($no_which) { } #$cmd=abspath($cmd); for my $arg (@ARGV) { - $cmd .= " ".shell_escape($arg); + $cmd .= " ".escape_shell($arg); } die "Please specify a command to parallelize\n" if $cmd eq ''; |