diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-06 17:54:45 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-06 17:54:45 +0000 |
commit | 3241c86f805db07ccaddf101c10ec1613ee95145 (patch) | |
tree | b511757f0c116658fd6ad3e4862d040f8de44a3e /vest | |
parent | 67ef2b2507a3f2119ec4c744dc357e01067a8128 (diff) |
small fixes
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@156 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest')
-rwxr-xr-x | vest/dist-vest.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vest/dist-vest.pl b/vest/dist-vest.pl index 86d2b7e0..cee21014 100755 --- a/vest/dist-vest.pl +++ b/vest/dist-vest.pl @@ -374,9 +374,9 @@ while (1){ print STDERR "\n==========\n"; } -print STDERR "\nFINAL WEIGHTS: $dir/$lastWeightsFile\n(Use -w <this file> with the decoder)\n\n"; +print STDERR "\nFINAL WEIGHTS: $lastWeightsFile\n(Use -w <this file> with the decoder)\n\n"; -print STDOUT "$dir/$lastWeightsFile\n"; +print STDOUT "$lastWeightsFile\n"; exit 0; |