Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e671f5a3 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

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
parent 2d10e3f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ var Configuration = map[string]PathConfig{
	"getopt":   Allowed,
	"git":      Allowed,
	"grep":     Allowed,
	"gzcat":    Allowed,
	"gzip":     Allowed,
	"hexdump":  Allowed,
	"jar":      Allowed,