Switch to Busybox awk

Gentoo uses GNU awk by default, but since we are using Busybox for the
rest of the userspace utilities, it makes sense to use awk from Busybox
as well.
gentoo
Dustin 2023-03-10 09:40:34 -06:00
parent 47ecbeed19
commit 2ebb26529a
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
app-alternatives/awk -gawk busybox

View File

@ -407,7 +407,7 @@ CONFIG_DEFAULT_SETFONT_DIR=""
# #
# Editors # Editors
# #
# CONFIG_AWK is not set CONFIG_AWK=y
# CONFIG_FEATURE_AWK_LIBM is not set # CONFIG_FEATURE_AWK_LIBM is not set
# CONFIG_FEATURE_AWK_GNU_EXTENSIONS is not set # CONFIG_FEATURE_AWK_GNU_EXTENSIONS is not set
# CONFIG_CMP is not set # CONFIG_CMP is not set