From a46f54a1a8bef0eb62ed10c4bb948c9db3694e39 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Thu, 22 Nov 2007 04:20:22 +0000 Subject: [PATCH] ensure that build command is executable --- vbuild-nightly.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.0