diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-12 23:29:38 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-13 00:10:38 +0900 |
| commit | 51e4426a4f911ec48d0618e2a62c3c7bde57843f (patch) | |
| tree | c810cf549a0a4150cd9ad6c4b2083a8e3c769c80 /internal/rosa/llvm.go | |
| parent | 316edeb17b48ae6ab9508f3f98d7babeae79ba7b (diff) | |
internal/rosa: remove gawk
This change fully eliminates gawk.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/llvm.go')
| -rw-r--r-- | internal/rosa/llvm.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/llvm.go b/internal/rosa/llvm.go index 52e14131..9487b2d7 100644 --- a/internal/rosa/llvm.go +++ b/internal/rosa/llvm.go @@ -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, |
