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

Commit 128a486f authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Move uniq(1) to toybox."

parents ad9eab8b 7a907c92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,6 @@ var Configuration = map[string]PathConfig{
	"todos":     Allowed,
	"touch":     Allowed,
	"tr":        Allowed,
	"uniq":      Allowed,
	"unix2dos":  Allowed,
	"unzip":     Allowed,
	"wc":        Allowed,
@@ -177,6 +176,7 @@ var Configuration = map[string]PathConfig{
	"id":     Toybox,
	"true":   Toybox,
	"uname":  Toybox,
	"uniq":   Toybox,
	"whoami": Toybox,
}