[Bug 276235] `make installworld’ shou ld check for stale symlinks

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 16 Jul 2024 07:00:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276235

Alexey Dokuchaev <danfe@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danfe@FreeBSD.org

--- Comment #7 from Alexey Dokuchaev <danfe@FreeBSD.org> ---
(In reply to Wolfram Schneider from comment #1)
> Here is an example without perl, just the base tools:
> ...
> if [ ! -e "$file" ]; then
You actually don't need this separate check, find(1) can do it all at once:

$ find -L ${dirs} -type l

-- 
You are receiving this mail because:
You are the assignee for the bug.