Merge "Move uniq(1) to toybox."

This commit is contained in:
Elliott Hughes 2018-11-14 17:45:20 +00:00 committed by Gerrit Code Review
commit 128a486ffd

View file

@ -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,
}