From 38f61f7d2bd3f123561e3d7a4c0785fc68526c00 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 26 May 2009 21:25:35 -0700 Subject: [PATCH] use correct smolder_mathgsl binary in smoke_some_mathgsl --- bin/smoke_some_mathgsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/smoke_some_mathgsl b/bin/smoke_some_mathgsl index b676fea..9431b5b 100755 --- a/bin/smoke_some_mathgsl +++ b/bin/smoke_some_mathgsl @@ -9,7 +9,7 @@ my $base_dir = shift || "$ENV{HOME}/git/Math-GSL-$branch"; chdir $base_dir or die "$base_dir: $!"; -my $smolder = qq{ export PERL5LIB=`pwd`/lib:\$PERL5LIB && /home/smoke/bin/smolder_mathgsl }; +my $smolder = qq{ export PERL5LIB=`pwd`/lib:\$PERL5LIB && $base_dir/bin/smolder_mathgsl }; system "cd $base_dir && git pull origin $branch "; system "perl Build.PL && ./Build && $smolder && ./Build clean"; -- 2.11.4.GIT