From 688bb967be06a7a23a85098624b6d7f5f619921c Mon Sep 17 00:00:00 2001 From: graehl Date: Tue, 13 Jul 2010 21:14:18 +0000 Subject: vest save cmdline used in rerun.sh git-svn-id: https://ws10smt.googlecode.com/svn/trunk@244 ec762483-ff6d-05da-a07a-a48fb63a330f --- vest/dist-vest.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vest') diff --git a/vest/dist-vest.pl b/vest/dist-vest.pl index 3f19d83a..6a04b98b 100755 --- a/vest/dist-vest.pl +++ b/vest/dist-vest.pl @@ -171,8 +171,10 @@ if ($dryrun){ open CMD,'>',$cmdfile; print CMD "cd ",&getcwd,"\n"; # print CMD &escaped_cmdline,"\n"; #buggy - last arg is quoted. - print CMD &cmdline,"\n"; + my $cline=&cmdline."\n"; + print CMD $cline; close CMD; + print STDERR $cline; chmod(0755,$cmdfile); unless (-e $initialWeights) { print STDERR "Please specify an initial weights file with --initial-weights\n"; -- cgit v1.2.3