3.2.8
- Allowed default value to be
{empty}
(or any other string). The{...}
are matched properly now.
Assigning the null string means the environment varibale is left undefined, so${X:=}
would leaveX
undefined if the environment variable was not set, leading to a start-up error (which is a good thing),