Switch to toybox expr(1).
Test: treehugger Change-Id: Ib015c70841504d74fd0272a8ca6ecb3c617fb759
This commit is contained in:
parent
8ad233538b
commit
6491f8df60
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,6 @@ var Configuration = map[string]PathConfig{
|
|||
"dd": Allowed,
|
||||
"diff": Allowed,
|
||||
"egrep": Allowed,
|
||||
"expr": Allowed,
|
||||
"find": Allowed,
|
||||
"fuser": Allowed,
|
||||
"getconf": Allowed,
|
||||
|
@ -159,6 +158,7 @@ var Configuration = map[string]PathConfig{
|
|||
"du": Toybox,
|
||||
"echo": Toybox,
|
||||
"env": Toybox,
|
||||
"expr": Toybox,
|
||||
"head": Toybox,
|
||||
"id": Toybox,
|
||||
"mkdir": Toybox,
|
||||
|
|
Loading…
Reference in a new issue