Removed cruft
This commit is contained in:
parent
fa0540fb09
commit
9922c833ca
@ -101,7 +101,7 @@ int chmod_chown_chgrp_main(int argc, char **argv)
|
|||||||
|
|
||||||
if ( whichApp == CHMOD_APP ) {
|
if ( whichApp == CHMOD_APP ) {
|
||||||
/* Find the specified modes */
|
/* Find the specified modes */
|
||||||
mode = ( 0 & (S_ISVTX|S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO));
|
mode = 0;
|
||||||
if ( parse_mode(*argv, &mode) == FALSE ) {
|
if ( parse_mode(*argv, &mode) == FALSE ) {
|
||||||
fprintf(stderr, "%s: Unknown mode: %s\n", invocationName, *argv);
|
fprintf(stderr, "%s: Unknown mode: %s\n", invocationName, *argv);
|
||||||
exit( FALSE);
|
exit( FALSE);
|
||||||
|
Loading…
Reference in New Issue
Block a user