commit | ddefe27f120afe0dc7c5b490d84394fc64d7d65f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Dec 03 18:08:32 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 03 18:08:32 2018 +0000 |
tree | 7dd7c706208bc22aee868f6edd12ca5345761934 | |
parent | 7ef270076133c83aa52935f8646005d3b6afcdb7 [diff] | |
parent | 1ff2b5d34cf1b12175a97a7e88c21c8709aa7125 [diff] |
Merge "Move tee(1) to toybox."
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index b0d9e72..89d012e 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go
@@ -134,7 +134,6 @@ "sort": Allowed, "stat": Allowed, "tar": Allowed, - "tee": Allowed, "timeout": Allowed, "todos": Allowed, "touch": Allowed, @@ -173,6 +172,7 @@ "rmdir": Toybox, "sleep": Toybox, "tail": Toybox, + "tee": Toybox, "true": Toybox, "uname": Toybox, "uniq": Toybox,