1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Build chmod and install on Redox

This commit is contained in:
Ian Douglas Scott 2018-03-18 18:24:25 -07:00
parent 711308d27a
commit 1532b207d2
No known key found for this signature in database
GPG key ID: 4924E10E199B5959

View file

@ -142,6 +142,8 @@ redox_generic = [
]
redox = [
"uname",
"chmod",
"install",
"redox_generic"
]
test_unimplemented = []