diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-29 02:00:32 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-29 02:00:32 +0900 |
| commit | 79c0106ea091ac042621874876385a848a287f34 (patch) | |
| tree | 80e38b711079b1c090b11ad07551b4d3012b1776 /internal/rosa/ninja.go | |
| parent | 536db533de2be6ffca53b7f3ef7ad042699b8e84 (diff) | |
internal/rosa: replace busybox dash with mksh
Toybox does not provide a shell, mksh fills that gap.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/ninja.go')
| -rw-r--r-- | internal/rosa/ninja.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/rosa/ninja.go b/internal/rosa/ninja.go index 27047a52..328faf17 100644 --- a/internal/rosa/ninja.go +++ b/internal/rosa/ninja.go @@ -10,6 +10,7 @@ func (t Toolchain) newNinja() pkg.Artifact { return t.New("ninja-"+version, false, []pkg.Artifact{ t.Load(CMake), t.Load(Python), + t.Load(Bash), }, nil, nil, ` chmod -R +w /usr/src/ninja/ mkdir -p /work/system/bin/ && cd /work/system/bin/ |
