Dominik Rothert wrote:
> Hello CURRENT-users,
>
> I noticed following (mysterious) behaviour today:
>
> [ snip ]
>
> <1> dr@speed:~ $ rm -rf test/
> rm: test: Operation not permitted
> rm: test: Directory not empty
This was caused by my fix to fts.c. I have reverted to revision 1.8.
Sorry for t
Hello CURRENT-users,
I noticed following (mysterious) behaviour today:
[ snip ]
<1> dr@speed:~ $ touch test/blah
<1> dr@speed:~ $ ls -l test
total 0
-rw-r--r-- 1 dr dr 0 Aug 15 14:52 blah
<1> dr@speed:~ $ rm -rf test/
rm: test: Operation not permitted
rm: test: Directory no