bug-coreutils
[Top][All Lists]
Advanced

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

bug#17126: error of relative symbolic link with directory


From: Pádraig Brady
Subject: bug#17126: error of relative symbolic link with directory
Date: Fri, 28 Mar 2014 00:18:11 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

unarchive 14116
forcemerge 14116 17126
stop

On 03/27/2014 11:49 PM, Er-Min Wang wrote:
> $ ln --version
> ln (GNU coreutils) 8.20
>
> $ mkdir -p aaa/aaa1 bbb
> $ tree .
> .
> |-- aaa
> |   `-- aaa1
> `-- bbb
>
> $ cd aaa
> $ ln -fnrsv aaa1 ../bbb/
> ‘../bbb/aaa1’ -> ‘../aaa/aaa1’
> $ ln -fnrsv aaa1 ../bbb/
> ‘../bbb/aaa1’ -> ‘aaa1’

Already fixed in the last 8.22 release:
http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=e52293aa

You might want to log a bug with your distro to backport the fix?

thanks,
Pádraig.





reply via email to

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