Merge "Switch to our own zipinfo(1)."

This commit is contained in:
Elliott Hughes
2019-11-16 00:31:45 +00:00
committed by Gerrit Code Review

View File

@@ -101,7 +101,6 @@ var Configuration = map[string]PathConfig{
"tr": Allowed,
"unzip": Allowed,
"zip": Allowed,
"zipinfo": Allowed,
// Host toolchain is removed. In-tree toolchain should be used instead.
// GCC also can't find cc1 with this implementation.