commit | 055295d18a29a27eb2d629d0148b03245afde673 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Dec 11 22:33:32 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 11 22:33:32 2018 +0000 |
tree | cf6b6d98ebf4d5caa722be644a320c7d6da2a694 | |
parent | d340852732bc77bf8bf89eb6ce60376fc996679b [diff] | |
parent | 9add81ed0ff76a007fac419887b64554d7149a0d [diff] |
Merge "Move cut(1) to toybox."
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index 9ec1ea9..e2e4368 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go
@@ -80,7 +80,6 @@ "bzip2": Allowed, "chmod": Allowed, "cp": Allowed, - "cut": Allowed, "date": Allowed, "dd": Allowed, "diff": Allowed, @@ -157,6 +156,7 @@ "cat": Toybox, "cmp": Toybox, "comm": Toybox, + "cut": Toybox, "dirname": Toybox, "env": Toybox, "head": Toybox,