From da1ad6e871f9450043f86fd0a54a00bc3cbeacba Mon Sep 17 00:00:00 2001 From: David Brown Date: Wed, 7 Dec 2016 14:05:04 +0000 Subject: [PATCH] I'm still making a mess of the auto build scripts. --- src/tools/make/buildall.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/make/buildall.pl b/src/tools/make/buildall.pl index b1a022a0..e16d277d 100755 --- a/src/tools/make/buildall.pl +++ b/src/tools/make/buildall.pl @@ -62,7 +62,7 @@ unlink glob "log/*"; for my $machine (sort keys %machines) { my ($login, $sudo, $dir, $mkcmd) = @{$machines{$machine}}; - my $cmd = "ssh $login \"cd $dir && git checkout -f && perl src/tools/make/getbranch.sh $branch && $sudo $mkcmd\" "; + my $cmd = "ssh $login \"cd $dir && git checkout -f && src/tools/make/getbranch.sh $branch && $sudo $mkcmd\" "; logged($cmd, $machine); }