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

Commit 0bd4ab53 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Switch to toybox expr(1)."

parents 20a8856c 6491f8df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,6 @@ var Configuration = map[string]PathConfig{
	"dd":        Allowed,
	"diff":      Allowed,
	"egrep":     Allowed,
	"expr":      Allowed,
	"find":      Allowed,
	"fuser":     Allowed,
	"getconf":   Allowed,
@@ -159,6 +158,7 @@ var Configuration = map[string]PathConfig{
	"du":       Toybox,
	"echo":     Toybox,
	"env":      Toybox,
	"expr":     Toybox,
	"head":     Toybox,
	"id":       Toybox,
	"mkdir":    Toybox,