1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Make the 'cat' utility build on Redox

This commit is contained in:
Ian Douglas Scott 2018-03-14 10:21:12 -07:00
parent fa0b7ed41b
commit 1471e95b22
No known key found for this signature in database
GPG key ID: 4924E10E199B5959
4 changed files with 25 additions and 2 deletions

View file

@ -65,7 +65,6 @@ fuchsia = [
]
generic = [
"arch",
"cat",
"hashsum",
"hostname",
"join",
@ -96,6 +95,7 @@ redox_generic = [
"base32",
"base64",
"basename",
"cat",
"cksum",
"comm",
"cp",