Skip to content

Commit

Permalink
Document shell expanded string defaults (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jun 13, 2024
1 parent 4b5ba8f commit e1b17fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1314,6 +1314,7 @@ foobar := x'~/$FOO/${BAR}'
|------|-------------|
| `$VAR` | value of environment variable `VAR` |
| `${VAR}` | value of environment variable `VAR` |
| `${VAR:-DEFAULT}` | value of environment variable `VAR`, or `DEFAULT` if `VAR` is not set |
| Leading `~` | path to current user's home directory |
| Leading `~USER` | path to `USER`'s home directory |

Expand Down

0 comments on commit e1b17fe

Please sign in to comment.