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

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

Switch to toybox echo(1).

Test: treehugger
Change-Id: Ie40cce5113f4b9bd17ec28c572952aacf1057804
parent c33514e3
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,