summaryrefslogtreecommitdiff
path: root/vest
diff options
context:
space:
mode:
Diffstat (limited to 'vest')
-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 {