Merge "Move to toybox cmp(1)."
This commit is contained in:
@@ -79,7 +79,6 @@ var Configuration = map[string]PathConfig{
|
|||||||
"bc": Allowed,
|
"bc": Allowed,
|
||||||
"bzip2": Allowed,
|
"bzip2": Allowed,
|
||||||
"chmod": Allowed,
|
"chmod": Allowed,
|
||||||
"cmp": Allowed,
|
|
||||||
"cp": Allowed,
|
"cp": Allowed,
|
||||||
"cut": Allowed,
|
"cut": Allowed,
|
||||||
"date": Allowed,
|
"date": Allowed,
|
||||||
@@ -162,6 +161,7 @@ var Configuration = map[string]PathConfig{
|
|||||||
// On linux we'll use the toybox version of these instead
|
// On linux we'll use the toybox version of these instead
|
||||||
"basename": Toybox,
|
"basename": Toybox,
|
||||||
"cat": Toybox,
|
"cat": Toybox,
|
||||||
|
"cmp": Toybox,
|
||||||
"comm": Toybox,
|
"comm": Toybox,
|
||||||
"env": Toybox,
|
"env": Toybox,
|
||||||
"id": Toybox,
|
"id": Toybox,
|
||||||
|
Reference in New Issue
Block a user