mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
touch: fix ~ recategorize 'touch' from 'fuchsia' (ie, unix) to 'generic'
This commit is contained in:
parent
2cf92a3e69
commit
44af40797c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,6 @@ fuchsia = [
|
||||||
"nice",
|
"nice",
|
||||||
"pathchk",
|
"pathchk",
|
||||||
"stdbuf",
|
"stdbuf",
|
||||||
"touch",
|
|
||||||
"tty",
|
"tty",
|
||||||
"uname",
|
"uname",
|
||||||
"unlink",
|
"unlink",
|
||||||
|
@ -69,6 +68,7 @@ generic = [
|
||||||
"hostname",
|
"hostname",
|
||||||
"nproc",
|
"nproc",
|
||||||
"sync",
|
"sync",
|
||||||
|
"touch",
|
||||||
"whoami",
|
"whoami",
|
||||||
"redox_generic"
|
"redox_generic"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue