From: Marc Fiuczynski Date: Thu, 22 Nov 2007 04:20:22 +0000 (+0000) Subject: ensure that build command is executable X-Git-Tag: 4.2-rc2~472 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a46f54a1a8bef0eb62ed10c4bb948c9db3694e39;p=build.git ensure that build command is executable --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 43a7d7f4..16bb021e 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -310,6 +310,7 @@ function main () { cp $COMMANDPATH /vservers/${BASE}/build/ # invoke this command in the vserver for building (-T) + vserver ${BASE} exec chmod +x /build/$COMMAND vserver ${BASE} exec /build/$COMMAND "${argv[@]}" -b "${BASE}" fi