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

Commit c5a34551 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Switch to toybox egrep(1) and grep(1).

Test: treehugger
Change-Id: I9053f45d591a8cb53eb36e258ecb97b591d806a1
parent bc53fefd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -82,13 +82,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,
@@ -136,9 +134,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,