internal/rosa: remove gawk

This change fully eliminates gawk.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-07-12 23:29:38 +09:00
parent 316edeb17b
commit 51e4426a4f
5 changed files with 13 additions and 28 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ var (
_musl = H("musl")
_bash = H("bash")
_gawk = H("gawk")
_awk = H("awk")
_pythonEarly = H("python-early")
_coreutils = H("coreutils")
_diffutils = H("diffutils")
@@ -372,7 +372,7 @@ ln -s clang++ /work/system/bin/c++
_perl,
_diffutils,
_bash,
_gawk,
_awk,
_coreutils,
_findutils,