Switch to toybox echo(1).

Test: treehugger
Change-Id: Ie40cce5113f4b9bd17ec28c572952aacf1057804
This commit is contained in:
Elliott Hughes 2018-12-17 15:10:09 -08:00
parent c33514e3b6
commit e1184be0c0
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,6 @@ var Configuration = map[string]PathConfig{
"date": Allowed, "date": Allowed,
"dd": Allowed, "dd": Allowed,
"diff": Allowed, "diff": Allowed,
"echo": Allowed,
"egrep": Allowed, "egrep": Allowed,
"expr": Allowed, "expr": Allowed,
"find": Allowed, "find": Allowed,
@ -158,6 +157,7 @@ var Configuration = map[string]PathConfig{
"cut": Toybox, "cut": Toybox,
"dirname": Toybox, "dirname": Toybox,
"du": Toybox, "du": Toybox,
"echo": Toybox,
"env": Toybox, "env": Toybox,
"head": Toybox, "head": Toybox,
"id": Toybox, "id": Toybox,