From 3241c86f805db07ccaddf101c10ec1613ee95145 Mon Sep 17 00:00:00 2001 From: redpony Date: Tue, 6 Jul 2010 17:54:45 +0000 Subject: small fixes git-svn-id: https://ws10smt.googlecode.com/svn/trunk@156 ec762483-ff6d-05da-a07a-a48fb63a330f --- vest/dist-vest.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vest') 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 with the decoder)\n\n"; +print STDERR "\nFINAL WEIGHTS: $lastWeightsFile\n(Use -w with the decoder)\n\n"; -print STDOUT "$dir/$lastWeightsFile\n"; +print STDOUT "$lastWeightsFile\n"; exit 0; -- cgit v1.2.3