diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-06-28 18:33:06 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-06-28 18:33:06 +0000 |
commit | 277c981498170d1a0b43ea6fd3d7045badd9fb82 (patch) | |
tree | 47ce29a95b576dbe2d27e36941c2c41a7f96958d | |
parent | 23b8295c46ceda03be214a72a3e42725f70e5196 (diff) |
semicolon
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@38 ec762483-ff6d-05da-a07a-a48fb63a330f
-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 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){ |