summaryrefslogtreecommitdiff
path: root/vest/dist-vest.pl
diff options
context:
space:
mode:
authorredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-06 17:54:45 +0000
committerredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-06 17:54:45 +0000
commitcd533050dc1e78e1476ae3b54f475cfa63f2623b (patch)
tree5703d0f4c8555f5501ff29590e7cb0de44239210 /vest/dist-vest.pl
parent4c158811b747ff367e76d721d5f722daa4f26f56 (diff)
small fixes
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@156 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest/dist-vest.pl')
-rwxr-xr-xvest/dist-vest.pl4
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;