Move cut(1) to toybox.

Test: treehugger
Change-Id: I07dd7a45ee56178a72deaffc6c4796c3ec53f564
This commit is contained in:
Elliott Hughes 2018-12-11 09:39:48 -08:00
parent 090d9df206
commit 9add81ed0f
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,6 @@ var Configuration = map[string]PathConfig{
"bzip2": Allowed,
"chmod": Allowed,
"cp": Allowed,
"cut": Allowed,
"date": Allowed,
"dd": Allowed,
"diff": Allowed,
@ -157,6 +156,7 @@ var Configuration = map[string]PathConfig{
"cat": Toybox,
"cmp": Toybox,
"comm": Toybox,
"cut": Toybox,
"dirname": Toybox,
"env": Toybox,
"head": Toybox,