Lets be clear that we work with bash and not variants such as dash. Signed-off-by: Nishanth Menon <[email protected]> ---
There has been a bit of bashism that has crept into various checks, which is fine as long as folks use bash ;) OR we can start cleaning up in a manner to support dash and variants of that form. oe-layertool-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oe-layertool-setup.sh b/oe-layertool-setup.sh index f171f94cf0fc..6654869ac061 100755 --- a/oe-layertool-setup.sh +++ b/oe-layertool-setup.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # OE Build Enviroment Setup Script # -- 2.31.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13787): https://lists.yoctoproject.org/g/meta-arago/message/13787 Mute This Topic: https://lists.yoctoproject.org/mt/90708978/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
