docker-volume-backup/cmd/backup/testdata/braces.env
Frederik Ring 911fc5a223
Values without a backing env var should not be expanded (#368)
* Values without a backing env var should not be expanded

* Add unit tests for sourcing behavior

* Replace godotenv with shell lib
2024-02-21 17:44:37 +01:00

4 lines
34 B
Bash

FOO=${bar:-qux}
BAR=xxx
BAZ=$NOPE