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,
"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,