diff --git a/entrypoint.sh b/entrypoint.sh index 2504a57..1fc59d1 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,4 +4,5 @@ /bin/bash /workdir/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -t arm-zephyr-eabi /bin/bash /workdir/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -c -exec $@ +# exec $@ +exec bash -c "$@"