diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-28 01:22:42 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-28 01:22:42 +0900 |
| commit | 66118ba9419b52f0c993b7ce715807fde7e9e07e (patch) | |
| tree | 8ef5fe70cda58d4a8d4c55a806d43d8830d86170 /cmd | |
| parent | 823ba08dbcb0bb5c5c5e012198a511f57bf53240 (diff) | |
internal/rosa: gawk artifact
Replaces broken awk in busybox.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/mbf/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go index fc618180..8aead566 100644 --- a/cmd/mbf/main.go +++ b/cmd/mbf/main.go @@ -166,6 +166,8 @@ func main() { p = rosa.Diffutils case "fuse": p = rosa.Fuse + case "gawk": + p = rosa.Gawk case "gettext": p = rosa.Gettext case "git": |
