Merge "Move to toybox sort(1)."
This commit is contained in:
commit
0e94123050
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,6 @@ var Configuration = map[string]PathConfig{
|
|||
"sha1sum": Allowed,
|
||||
"sha256sum": Allowed,
|
||||
"sha512sum": Allowed,
|
||||
"sort": Allowed,
|
||||
"tar": Allowed,
|
||||
"timeout": Allowed,
|
||||
"tr": Allowed,
|
||||
|
@ -166,6 +165,7 @@ var Configuration = map[string]PathConfig{
|
|||
"rmdir": Toybox,
|
||||
"setsid": Toybox,
|
||||
"sleep": Toybox,
|
||||
"sort": Toybox,
|
||||
"stat": Toybox,
|
||||
"tail": Toybox,
|
||||
"tee": Toybox,
|
||||
|
|
Loading…
Reference in a new issue