diff --git a/internal/rosa/toybox.go b/internal/rosa/toybox.go index a35215b..1bd118d 100644 --- a/internal/rosa/toybox.go +++ b/internal/rosa/toybox.go @@ -17,7 +17,7 @@ func (t Toolchain) newToybox(suffix, script string) pkg.Artifact { "ROSA_CHECK=make USER=cure tests", ), ` chmod +w /bin/ -ln -sf ../system/bin/bash /bin/ +ln -rs "$(which bash)" /bin/ || true cd /usr/src/toybox chmod +w kconfig tests