Skip to content

Commit 4ceb7cf

Browse files
fix west building
1 parent 7e26793 commit 4ceb7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
/bin/bash /workdir/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -c
66

77
# exec $@
8-
exec bash -c "$@"
8+
exec "$@"

0 commit comments

Comments
 (0)