CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/06 11:37:34
Modified files:
bin/chmod : chmod.c
Log message:
In case of invalid syntax like "chmod -Pr -w tf" (trailing mode letter
in a group of option letters), do not silently ignore the syntax error
and do something undefined, but instead error out properly.
Found because miod@ said "read the code" (not to me, though).
ok doug@
