commit | 2ae275982413de600ae9c66ccdcdbfb3c6132aba | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Dec 06 02:16:53 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 06 02:16:53 2018 +0000 |
tree | 5df6c1a949585409dbf6715c296305843d8c24a5 | |
parent | 60045811c0898d842a71f715d88c4e68039d4926 [diff] | |
parent | 6646904a47a68c608a5072125ab467ea6473ae37 [diff] |
Merge "Move to toybox cmp(1)."
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index 3ece649..8e11331 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go
@@ -79,7 +79,6 @@ "bc": Allowed, "bzip2": Allowed, "chmod": Allowed, - "cmp": Allowed, "cp": Allowed, "cut": Allowed, "date": Allowed, @@ -162,6 +161,7 @@ // On linux we'll use the toybox version of these instead "basename": Toybox, "cat": Toybox, + "cmp": Toybox, "comm": Toybox, "env": Toybox, "id": Toybox,