Date: Tue, 16 Jul 2024 07:00:58 +0000 From: bugzilla-noreply@freebsd.org To: testing@FreeBSD.org Subject: =?UTF-8?B?W0J1ZyAyNzYyMzVdIGBtYWtlIGluc3RhbGx3b3JsZOKAmSBzaG91?= =?UTF-8?B?bGQgY2hlY2sgZm9yIHN0YWxlIHN5bWxpbmtz?= Message-ID: <bug-276235-32464-dhRChlNs3M@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-276235-32464@https.bugs.freebsd.org/bugzilla/> References: <bug-276235-32464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276235 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276235-32464-dhRChlNs3M>