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

Commit 8ad23353 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Switch to toybox echo(1)."

parents 28d80792 e1184be0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,6 @@ var Configuration = map[string]PathConfig{
	"date":      Allowed,
	"dd":        Allowed,
	"diff":      Allowed,
	"echo":      Allowed,
	"egrep":     Allowed,
	"expr":      Allowed,
	"find":      Allowed,
@@ -158,6 +157,7 @@ var Configuration = map[string]PathConfig{
	"cut":      Toybox,
	"dirname":  Toybox,
	"du":       Toybox,
	"echo":     Toybox,
	"env":      Toybox,
	"head":     Toybox,
	"id":       Toybox,