Hi Cezary,

> To reproduce the bug, enter these shell commands

That's not a bug, but intended behaviour.

> ln a/y a/z
[...]
> rm a/z
> ln -s x a/z

You are replacing a hard link with a symbolic one. These are two
distinct types of objects, both for filesystem and for the archive.

Regards,
Sergey

Reply via email to