Merge "Switch to toybox date."
This commit is contained in:
commit
633352f03f
|
@ -79,7 +79,6 @@ var Configuration = map[string]PathConfig{
|
||||||
// We need bzip2 here even though we provide a bzip2 binary because
|
// We need bzip2 here even though we provide a bzip2 binary because
|
||||||
// GNU tar seems to avoid calling ours.
|
// GNU tar seems to avoid calling ours.
|
||||||
"bzip2": Allowed,
|
"bzip2": Allowed,
|
||||||
"date": Allowed,
|
|
||||||
"dd": Allowed,
|
"dd": Allowed,
|
||||||
"diff": Allowed,
|
"diff": Allowed,
|
||||||
"egrep": Allowed,
|
"egrep": Allowed,
|
||||||
|
@ -132,6 +131,7 @@ var Configuration = map[string]PathConfig{
|
||||||
"cp": LinuxOnlyPrebuilt,
|
"cp": LinuxOnlyPrebuilt,
|
||||||
"comm": LinuxOnlyPrebuilt,
|
"comm": LinuxOnlyPrebuilt,
|
||||||
"cut": LinuxOnlyPrebuilt,
|
"cut": LinuxOnlyPrebuilt,
|
||||||
|
"date": LinuxOnlyPrebuilt,
|
||||||
"dirname": LinuxOnlyPrebuilt,
|
"dirname": LinuxOnlyPrebuilt,
|
||||||
"du": LinuxOnlyPrebuilt,
|
"du": LinuxOnlyPrebuilt,
|
||||||
"echo": LinuxOnlyPrebuilt,
|
"echo": LinuxOnlyPrebuilt,
|
||||||
|
|
Loading…
Reference in New Issue