From 78c13aa02075f07f7361bf53eea2a9a247f39575 Mon Sep 17 00:00:00 2001 From: graehl Date: Sat, 31 Jul 2010 03:21:40 +0000 Subject: 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 --- vest/dist-vest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vest/dist-vest.pl') 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 { -- cgit v1.2.3