1
Fork 0
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:
Roy Ivy III 2018-11-25 10:46:23 -06:00
parent 2cf92a3e69
commit 44af40797c

View file

@ -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"
] ]