Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67fb489d authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Switch to toybox egrep(1) and grep(1)." am: 52160219

am: ed0eeb21

Change-Id: I6c2c2cf7953542da3728bc03a340bda4dc2ef00e
parents 03b76a99 ed0eeb21
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -79,13 +79,11 @@ var Configuration = map[string]PathConfig{
	"dd":       Allowed,
	"diff":     Allowed,
	"dlv":      Allowed,
	"egrep":    Allowed,
	"expr":     Allowed,
	"find":     Allowed,
	"fuser":    Allowed,
	"getopt":   Allowed,
	"git":      Allowed,
	"grep":     Allowed,
	"gzcat":    Allowed,
	"gzip":     Allowed,
	"hexdump":  Allowed,
@@ -132,9 +130,11 @@ var Configuration = map[string]PathConfig{
	"dirname":   LinuxOnlyPrebuilt,
	"du":        LinuxOnlyPrebuilt,
	"echo":      LinuxOnlyPrebuilt,
	"egrep":     LinuxOnlyPrebuilt,
	"env":       LinuxOnlyPrebuilt,
	"head":      LinuxOnlyPrebuilt,
	"getconf":   LinuxOnlyPrebuilt,
	"grep":      LinuxOnlyPrebuilt,
	"head":      LinuxOnlyPrebuilt,
	"hostname":  LinuxOnlyPrebuilt,
	"id":        LinuxOnlyPrebuilt,
	"ln":        LinuxOnlyPrebuilt,