commit | e671f5a3979cc3ed010594d999ddccfd9bf0420c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 19 14:02:02 2019 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Jun 19 14:02:02 2019 -0700 |
tree | 26f7022cbdc6f8ca8d6379afb8b18c57b8299cf7 | |
parent | 2d10e3f54eb215d67cfc9a0ec2bb7e5fb874a2b0 [diff] [blame] |
Allow gzcat as an alias for gzip's -dc mode. This gets us closer to toybox tar (and toybox gzip/gzcat). Test: treehugger Change-Id: If934270439b258eae55cdd3e97ac0e83b1c79c70
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index c9946e2..11939e9 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go
@@ -88,6 +88,7 @@ "getopt": Allowed, "git": Allowed, "grep": Allowed, + "gzcat": Allowed, "gzip": Allowed, "hexdump": Allowed, "jar": Allowed,