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 "$@"