bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10866: 1.11a OSX with llvm - 3 fails, 47 skips, 3 errors, out of 285


From: P. Martin
Subject: bug#10866: 1.11a OSX with llvm - 3 fails, 47 skips, 3 errors, out of 2856 tests
Date: Tue, 28 Feb 2012 21:31:01 +0000 (GMT)

> On Feb 28, 2012, Stefano Lattarini <address@hidden> wrote: 
> 
> Yes, that's why I should have asked for "chmod 000 a/b", not "chmod 000 a" :-(



I can do that too:

$ mkdir a a/b
$ chmod 000 a/b
$ find a -type d ! -perm -700
a/b
find: a/b: Permission denied
$ echo exit status: $?
exit status: 1
$ find a -type d ! -perm -700 -exec chmod u+rwx '{}' \;
$ echo exit status: $?
exit status: 0
$ ls -l a
total 0
drwx------  2 nibbles  staff  68 Feb 28 13:25 b


That is funky.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]