aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/rosa.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/rosa.go')
-rw-r--r--internal/rosa/rosa.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/rosa.go b/internal/rosa/rosa.go
index 9e4adcc4..201699f4 100644
--- a/internal/rosa/rosa.go
+++ b/internal/rosa/rosa.go
@@ -190,7 +190,7 @@ func (t Toolchain) New(
var (
path = AbsSystem.Append("bin", "sh")
- args = []string{"mksh", absCureScript.String()}
+ args = []string{"sh", absCureScript.String()}
support []pkg.Artifact
)
switch t {
@@ -255,7 +255,7 @@ ln -vs ../usr/bin /work/bin
runtimes,
clang,
boot.Load(Mksh),
- boot.Load(Busybox),
+ boot.Load(Toybox),
})
env = fixupEnviron(env, []string{
EnvTriplet + "=" + triplet(),