fix west building

This commit is contained in:
Jonny Smith
2025-12-05 10:20:01 +13:00
parent 7e26793205
commit 4ceb7cf6a2

View File

@@ -5,4 +5,4 @@
/bin/bash /workdir/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -c
# exec $@
exec bash -c "$@"
exec "$@"