Merge "Move uniq(1) to toybox."
This commit is contained in:
commit
128a486ffd
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue