Skip to content

3.2.8

Compare
Choose a tag to compare
@rijnb rijnb released this 02 Feb 14:31
· 60 commits to master since this release
  • 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 leave X
    undefined if the environment variable was not set, leading to a start-up error (which is a good thing),