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

Commit 7a907c92 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Move uniq(1) to toybox.

Test: clean build
Change-Id: I4819098fd298dbc4f3e424e437a448e1fb1baeaf
parent 8ed90329
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,
}