internal/rosa: install bash as sh

This works around software relying on bashisms even when explicitly invoking sh.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-29 01:25:44 +09:00
parent 07927006a8
commit 536db533de

View File

@@ -187,6 +187,7 @@ cd "$(mktemp -d)"
--without-bash-malloc
make "-j$(nproc)" check
make DESTDIR=/work install
ln -s bash /work/system/bin/sh
`, pkg.Path(AbsUsrSrc.Append("bash"), true, pkg.NewHTTPGetTar(
nil,
"https://ftp.gnu.org/gnu/bash/bash-"+version+".tar.gz",