From a787101c9284df991648ce043a97b64dd12b7bc1 Mon Sep 17 00:00:00 2001
From: graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>
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(-)

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