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

Commit 686dd0c3 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Switch to toybox gzip.

(Although I was the one who added the gzcat reference, I don't believe
we actually use it. And neither my Debian host nor toybox has gzcat --
as opposed to zcat -- anyway. So just quietly drop that.)

Test: treehugger
Change-Id: I95d94dab1daf72faedfa170770e8ebfaa37b70c6
parent dcee89ca
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -82,8 +82,6 @@ var Configuration = map[string]PathConfig{
	"fuser":    Allowed,
	"getopt":   Allowed,
	"git":      Allowed,
	"gzcat":    Allowed,
	"gzip":     Allowed,
	"hexdump":  Allowed,
	"jar":      Allowed,
	"java":     Allowed,