mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
Build shred on Redox
This commit is contained in:
parent
187006f0d3
commit
7d657e3c0d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,6 @@ generic = [
|
|||
"hostname",
|
||||
"more",
|
||||
"nproc",
|
||||
"shred",
|
||||
"sync",
|
||||
"tail",
|
||||
"whoami",
|
||||
|
@ -123,6 +122,7 @@ redox_generic = [
|
|||
"rm",
|
||||
"rmdir",
|
||||
"seq",
|
||||
"shred",
|
||||
"shuf",
|
||||
"sleep",
|
||||
"sort",
|
||||
|
|
Loading…
Reference in a new issue