diff options
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; |