summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-28 18:33:06 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-28 18:33:06 +0000
commitd282b34a66f19de28f22b5c5145c639ebf2a105a (patch)
treeaa67c1e94187f9460c2217bf2c4044775e7d5b95
parent83521b1ce64de34961be8f0474bc1a0815ac1531 (diff)
semicolon
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@38 ec762483-ff6d-05da-a07a-a48fb63a330f
-rwxr-xr-xvest/parallelize.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vest/parallelize.pl b/vest/parallelize.pl
index 2d675f9f..6a2da1bb 100755
--- a/vest/parallelize.pl
+++ b/vest/parallelize.pl
@@ -151,7 +151,7 @@ if ($stay_alive){ $stay_alive_flag = "--stay-alive"; print STDERR "staying alive
my %node_count;
my $script = "";
-my $cdcmd=$no_cd ? '' : "cd '$abscwd'\n"
+my $cdcmd=$no_cd ? '' : "cd '$abscwd'\n";
# fork == one thread runs the sentserver, while the
# other spawns the sentclient commands.
if (my $pid = fork){