Date: Fri, 29 Sep 2023 19:48:33 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 268686] freebsd-update cannot handle spaces in file paths Message-ID: <bug-268686-227-pI6QhdfqZF@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-268686-227@https.bugs.freebsd.org/bugzilla/> References: <bug-268686-227@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=3D268686 --- Comment #2 from Ed Maste <emaste@freebsd.org> --- - WORKDIR=3D$1 + WORKDIR=3D"$1" This isn't necessary; spaces in $1 will be retained when assigning WORKDIR. Same for BASEDIR=3D$1 and perhaps other cases in the file. Quotes are indeed needed on e.g. [ -z "${BASEDIR}" ]. --=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-268686-227-pI6QhdfqZF>