Merge "Switch to toybox expr(1)."

This commit is contained in:
Elliott Hughes 2019-01-10 21:40:37 +00:00 committed by Gerrit Code Review
commit 0bd4ab5334
1 changed files with 1 additions and 1 deletions

View File

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