Switch to toybox echo(1).
Test: treehugger Change-Id: Ie40cce5113f4b9bd17ec28c572952aacf1057804
This commit is contained in:
parent
c33514e3b6
commit
e1184be0c0
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue