mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Mark chmod as Unix-only until better Win support.
This commit is contained in:
parent
cbce549de7
commit
2c8ebb6215
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -28,7 +28,6 @@ PROGS := \
|
|||
base64 \
|
||||
basename \
|
||||
cat \
|
||||
chmod \
|
||||
cksum \
|
||||
comm \
|
||||
cp \
|
||||
|
@ -81,6 +80,7 @@ PROGS := \
|
|||
whoami
|
||||
|
||||
UNIX_PROGS := \
|
||||
chmod \
|
||||
chroot \
|
||||
du \
|
||||
groups \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue