summaryrefslogtreecommitdiff
path: root/vest/dist-vest.pl
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-31 03:21:40 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-31 03:21:40 +0000
commit78c13aa02075f07f7361bf53eea2a9a247f39575 (patch)
treeaaf65fad8aea4fb53b5d0d844f3bd41c657eb00e /vest/dist-vest.pl
parent63d0fb9d1ebc557f9093a62c7b65a0ba808e9162 (diff)
fixed dist-vest bug in passing ref args after the first - explains the phil complaint and my bad oracle bleu tuning
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@463 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest/dist-vest.pl')
-rwxr-xr-xvest/dist-vest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vest/dist-vest.pl b/vest/dist-vest.pl
index 338ebb13..b66b8e9c 100755
--- a/vest/dist-vest.pl
+++ b/vest/dist-vest.pl
@@ -477,7 +477,7 @@ sub get_comma_sep_refs {
my $o = `echo $p`;
chomp $o;
my @files = split /\s+/, $o;
- return "-$r " . join(' -$r ', @files);
+ return "-$r " . join(" -$r ", @files);
}
sub read_weights_file {