You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #58393 [Dotenv] Default value can be empty (HypeMC)
This PR was merged into the 5.4 branch.
Discussion
----------
[Dotenv] Default value can be empty
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
According to the [spec](https://pubs.opengroup.org/onlinepubs/9799919799/utilities/V3_chap02.html#tag_19_06_02) the default value for parameter expansion can be an empty string as well, eg:
```
MY_VAR=${OTHER_VAR:-}
```
Commits
-------
17079e8 [Dotenv] Default value can be empty
0 commit comments