Merge "Move dirname(1) to toybox."
This commit is contained in:
commit
d28d0ec119
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,6 @@ var Configuration = map[string]PathConfig{
|
|||
"date": Allowed,
|
||||
"dd": Allowed,
|
||||
"diff": Allowed,
|
||||
"dirname": Allowed,
|
||||
"du": Allowed,
|
||||
"echo": Allowed,
|
||||
"egrep": Allowed,
|
||||
|
@ -161,6 +160,7 @@ var Configuration = map[string]PathConfig{
|
|||
"cat": Toybox,
|
||||
"cmp": Toybox,
|
||||
"comm": Toybox,
|
||||
"dirname": Toybox,
|
||||
"env": Toybox,
|
||||
"id": Toybox,
|
||||
"od": Toybox,
|
||||
|
|
Loading…
Reference in a new issue