diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-08-24 16:54:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-28 10:27:15 +0100 |
commit | 27e2ede65f1193e49f9483b08a55495d88740a65 (patch) | |
tree | 1fa2332b8ed1312ae9ab94eca432e462cc5328da /scripts/lib/devtool/deploy.py | |
parent | 8645c0419456c1bd3ae15a9a7dd2b2e9a960eaf4 (diff) | |
download | openembedded-core-27e2ede65f1193e49f9483b08a55495d88740a65.tar.gz openembedded-core-27e2ede65f1193e49f9483b08a55495d88740a65.tar.bz2 openembedded-core-27e2ede65f1193e49f9483b08a55495d88740a65.zip |
terminal.bbclass: use var-SHELL as the shebang of wrapper script
The devshell.bbclass set var-SHELL to var-DEVSHELL, and terminal.bbclass
initial var-SHELL with `bash'. Keep sync with it, use var-SHELL rather
than hardcoded `/bin/sh' as the shebang of wrapper script.
On Ubuntu host, default shell is dash (/bin/sh -> dash), even though
we assign var-SHELL with `/bin/bash', the wrapper script is still dashism.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/deploy.py')
0 files changed, 0 insertions, 0 deletions