Move head(1) to toybox.

Test: clean build
Change-Id: I264c320b4a63e9b0f440791dc20ff99ec910036a
This commit is contained in:
Elliott Hughes 2018-11-26 10:45:08 -08:00
parent d28d0ec119
commit ed46164d03

View file

@ -95,7 +95,6 @@ var Configuration = map[string]PathConfig{
"git": Allowed,
"grep": Allowed,
"gzip": Allowed,
"head": Allowed,
"hexdump": Allowed,
"hostname": Allowed,
"jar": Allowed,
@ -162,6 +161,7 @@ var Configuration = map[string]PathConfig{
"comm": Toybox,
"dirname": Toybox,
"env": Toybox,
"head": Toybox,
"id": Toybox,
"od": Toybox,
"paste": Toybox,