aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/rosa/toybox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/toybox.go b/internal/rosa/toybox.go
index a35215b7..1bd118d6 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