[Bug 276235] `make installworld’ shou ld check for stale symlinks
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 276235] `make installworld’ shou ld check for stale symlinks"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.