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

Commit 6646904a authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Move to toybox cmp(1).

Test: treehugger
Change-Id: Idf5c9f00d0698aca6ceab2956c7dc49ad7c604e1
parent 47c9d4c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,6 @@ var Configuration = map[string]PathConfig{
	"bc":        Allowed,
	"bzip2":     Allowed,
	"chmod":     Allowed,
	"cmp":       Allowed,
	"cp":        Allowed,
	"cut":       Allowed,
	"date":      Allowed,
@@ -162,6 +161,7 @@ var Configuration = map[string]PathConfig{
	// On linux we'll use the toybox version of these instead
	"basename": Toybox,
	"cat":      Toybox,
	"cmp":      Toybox,
	"comm":     Toybox,
	"env":      Toybox,
	"id":       Toybox,