summaryrefslogtreecommitdiff
path: root/vest/parallelize.pl
diff options
context:
space:
mode:
Diffstat (limited to 'vest/parallelize.pl')
-rwxr-xr-xvest/parallelize.pl2
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 '';