mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +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",
|
||||
"pathchk",
|
||||
"stdbuf",
|
||||
"touch",
|
||||
"tty",
|
||||
"uname",
|
||||
"unlink",
|
||||
|
@ -69,6 +68,7 @@ generic = [
|
|||
"hostname",
|
||||
"nproc",
|
||||
"sync",
|
||||
"touch",
|
||||
"whoami",
|
||||
"redox_generic"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue