]> code.ossystems Code Review - openembedded-core.git/commit
cml1.bbclass: Use POSIX sh instead of var-SHELL
authorNathan Rossi <nathan@nathanrossi.com>
Tue, 2 Apr 2019 08:17:39 +0000 (08:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Apr 2019 13:46:57 +0000 (14:46 +0100)
commit50d3ec1ac994fb5968d8edf82823a7e3d1d67d21
tree78efc56bd858f579f0e55589e11c120cf38ace56
parent53724281eb486847bc3be824aa4513a8688ec296
cml1.bbclass: Use POSIX sh instead of var-SHELL

Use the default POSIX sh instead of relying of var-SHELL being set to a
compatible shell. Such that in cases where SHELL is set to a
incompatible shell (e.g. csh, zsh, fish, etc.) the terminal command does
not just silently fail.

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/cml1.bbclass