From 4ceb7cf6a2552ebd20710a2316cb60792c80e6bb Mon Sep 17 00:00:00 2001 From: Jonny Smith Date: Fri, 5 Dec 2025 10:20:01 +1300 Subject: [PATCH] fix west building --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1fc59d1..237cd75 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,4 +5,4 @@ /bin/bash /workdir/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -c # exec $@ -exec bash -c "$@" +exec "$@"