From 0c2454039d3548c8c56be7f55c161827b935b001 Mon Sep 17 00:00:00 2001 From: graehl Date: Mon, 28 Jun 2010 18:38:10 +0000 Subject: shell escape git-svn-id: https://ws10smt.googlecode.com/svn/trunk@40 ec762483-ff6d-05da-a07a-a48fb63a330f --- vest/parallelize.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vest') 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 ''; -- cgit v1.2.3