mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-06-04 08:46:43 +02:00
4c7979f7c2
link system call cannot create a hard link to a symbolic link. (copy_internal) [LINK_FOLLOWS_SYMLINKS]: Don't use the link syscall on a symlink when it would do the wrong thing. Based on the patch by Aurelien Jarno: <http://bugs.debian.org/329451>