Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jan 2021 13:52:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 251770] /bin/sh: false expansion
Message-ID:  <bug-251770-227-oLzx9wcgWW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251770-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-251770-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=3D251770

--- Comment #3 from Jilles Tjoelker <jilles@FreeBSD.org> ---
I think you are right; the formulation "Each variable assignment shall be
expanded prior to assigning the value" is not compatible with our behaviour=
 to
expand everything before assigning anything.

On the other hand, a=3D$b b=3D$a U where U is not empty and neither a speci=
al
builtin nor a function can still place swapped values in the utility
environment (although it is not required to).

--=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-251770-227-oLzx9wcgWW>