Skip to content

Commit e1b17fe

Browse files
authored
Document shell expanded string defaults (#2153)
1 parent 4b5ba8f commit e1b17fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,7 @@ foobar := x'~/$FOO/${BAR}'
13141314
|------|-------------|
13151315
| `$VAR` | value of environment variable `VAR` |
13161316
| `${VAR}` | value of environment variable `VAR` |
1317+
| `${VAR:-DEFAULT}` | value of environment variable `VAR`, or `DEFAULT` if `VAR` is not set |
13171318
| Leading `~` | path to current user's home directory |
13181319
| Leading `~USER` | path to `USER`'s home directory |
13191320

0 commit comments

Comments
 (0)