From 1014a28a4ee2a9217109cbff5ced042a520f094e Mon Sep 17 00:00:00 2001 From: redpony Date: Mon, 26 Jul 2010 16:05:03 +0000 Subject: fix some stuff git-svn-id: https://ws10smt.googlecode.com/svn/trunk@419 ec762483-ff6d-05da-a07a-a48fb63a330f --- vest/dist-vest.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vest') diff --git a/vest/dist-vest.pl b/vest/dist-vest.pl index e445b4a0..3a39545b 100755 --- a/vest/dist-vest.pl +++ b/vest/dist-vest.pl @@ -58,7 +58,7 @@ my $oracleb=20; my $dirargs=''; my $density_prune; my $usefork; -my $cpbin=1; +my $cpbin=0; # Process command-line options Getopt::Long::Configure("no_auto_abbrev"); if (GetOptions( @@ -174,6 +174,7 @@ sub modbin { for (@_) { my $src=$$_; $$_="$bindir/".`basename $src`; + chomp $$_; `cp $src $$_`; die "cp $src $$_ failed: $!" unless $? == 0; } -- cgit v1.2.3