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: Mon, 27 Feb 2012 22:46:14 +0000 (GMT)

> On Feb 26, 2012, Stefano Lattarini <address@hidden> wrote: 
> ...
> Oops, my bad.  I meant this:
> 
>   $ mkdir a a/b
>   $ chmod 000 a
>   $ find a -type d ! -perm -700 -exec chmod u+rwx '{}' \;
>   $ echo exit status: $?
> 
> Sorry for the confusion and for the time I've made you waste, and thanks
> for your perseverance,
> 
>   Stefano




Not a problem.  Apologies for my entropic quote levels.
Isn't this normal for find in the absence of sudo?

$ mkdir a a/b
$ chmod 000 a
$ find a -type d ! -perm -700
find: a: Permission denied
$ echo exit status: $?
exit status: 1
$ find a -type d ! -perm -700 -exec chmod u+rwx '{}' \;
find: a: Permission denied
$ echo exit status: $?
exit status: 1





reply via email to

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