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

Merge pull request #1166 from ids1024/redox_chmod_install

Build chmod and install on Redox
This commit is contained in:
Ian Douglas Scott 2018-03-18 18:55:00 -07:00 committed by GitHub
commit ec6321a31e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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