Skip to content

Commit b4927c9

Browse files
Merge pull request #36 from jonathansmithinfact/fixwest
fix west building
2 parents 7e26793 + 4ceb7cf commit b4927c9

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)