We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5ba8f commit e1b17feCopy full SHA for e1b17fe
README.md
@@ -1314,6 +1314,7 @@ foobar := x'~/$FOO/${BAR}'
1314
|------|-------------|
1315
| `$VAR` | value of environment variable `VAR` |
1316
| `${VAR}` | value of environment variable `VAR` |
1317
+| `${VAR:-DEFAULT}` | value of environment variable `VAR`, or `DEFAULT` if `VAR` is not set |
1318
| Leading `~` | path to current user's home directory |
1319
| Leading `~USER` | path to `USER`'s home directory |
1320
0 commit comments