-
- Downloads
fix: sanitize variable substitution pattern
replace '${foo+repl}' pattern with '${foo:+repl}' (latest supports $foo being defined but empty) closes #21
replace '${foo+repl}' pattern with '${foo:+repl}' (latest supports $foo being defined but empty) closes #21
mentioned in commit 09c8b4a2