diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-11 03:19:10 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-11 03:19:10 +0000 |
commit | d67c46f72046af3d2a06e5e6c3737a30b21452a1 (patch) | |
tree | bfa94cb9e5b373518eed07b13d2a2eb64d970eb7 /vest | |
parent | 3565a2515d81865ecaa464e22fb6b884082c3544 (diff) |
more link lne fixes
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@521 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest')
-rwxr-xr-x | vest/dist-vest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vest/dist-vest.pl b/vest/dist-vest.pl index 8f7f2053..d9f46f07 100755 --- a/vest/dist-vest.pl +++ b/vest/dist-vest.pl @@ -16,7 +16,7 @@ my $srcFile; my $refFiles; my $bin_dir = $SCRIPT_DIR; die "Bin directory $bin_dir missing/inaccessible" unless -d $bin_dir; -my $FAST_SCORE="$bin_dir/fast_score"; +my $FAST_SCORE="$bin_dir/../mteval/fast_score"; die "Can't execute $FAST_SCORE" unless -x $FAST_SCORE; my $MAPINPUT = "$bin_dir/mr_vest_generate_mapper_input"; my $MAPPER = "$bin_dir/mr_vest_map"; |