[Bug 196435] Prevent @sample keyword from removing user symlinks
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jan 2 17:07:25 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196435
--- Comment #6 from Mathieu Arnold <mat at FreeBSD.org> ---
but I do see your point. In any case, you should replace the ! [ -L
"${target_file}" ] by [ -f "${target_file}" ] no need to get things overly
complicated.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list