]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
devtool: ide-sdk: use /bin/sh instead of /bin/bash
authorAdrian Freihofer <adrian.freihofer@siemens.com>
Sun, 5 Oct 2025 22:00:32 +0000 (00:00 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Oct 2025 22:15:57 +0000 (23:15 +0100)
commit7db8dd3631d3fcd112631761d8aa12886213273c
tree493756c17e6b73fcd86414ca440ce99466a63491
parent4623a1decfbcda82731670785e6c5a60c4cadef9
devtool: ide-sdk: use /bin/sh instead of /bin/bash

When generating the install and deploy script for IDEs, use /bin/sh
instead of /bin/bash. While this is not addressing a known issue,
using the more portable /bin/sh shell is preferable and avoids
requiring bash to be installed.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/ide_sdk.py