Switch to one-true-awk.

Test: treehugger
Change-Id: I297d21f5a463c4d3070335c7533972397014f171
This commit is contained in:
Elliott Hughes 2019-01-23 14:33:20 -08:00
parent fa8f1370fc
commit cc74d59a80
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,6 @@ func GetConfig(name string) PathConfig {
}
var Configuration = map[string]PathConfig{
"awk": Allowed,
"bash": Allowed,
"bc": Allowed,
"bzip2": Allowed,
@ -127,6 +126,7 @@ var Configuration = map[string]PathConfig{
"pkg-config": Forbidden,
// On Linux we'll use the toybox versions of these instead.
"awk": Toybox, // Strictly one-true-awk, but...
"basename": Toybox,
"cat": Toybox,
"chmod": Toybox,