From 1b76f4e059b0be5bea91d69d7d43848c7026f88a Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 23 Jan 2019 15:45:33 +0100 Subject: [PATCH] build_utils: follow up on e5fb7805 fix path to the wrapper. Signed-off-by: Guillaume Abrioux --- scripts/build_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 80caa146..01c476d7 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -851,7 +851,7 @@ EOF } write_exec_cmd_script() { - sudo sh -c 'cat > /home/jenkins-build/bin/exec_cmd.sh << EOF + sudo sh -c 'cat > /usr/local/bin/exec_cmd.sh << EOF #!/bin/bash script="$VENV"/"$1" -- 2.39.5