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
On version 1.5.1
If I have a variable in a file like so:
VAR="${VAR:-default}"
The expected value of VAR is default, but instead it is :-default}.
This prevents the ability to properly parse this format, which seems fairly common in Linux environments.
The text was updated successfully, but these errors were encountered:
On version 1.5.1
If I have a variable in a file like so:
The expected value of
VAR
isdefault
, but instead it is:-default}
.This prevents the ability to properly parse this format, which seems fairly common in Linux environments.
The text was updated successfully, but these errors were encountered: