Skip to content

Commit

Permalink
Fix readme typo: FOO → WORLD (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Sep 14, 2021
1 parent 2815aa6 commit ca2b596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ test $RUST_BACKTRACE="1":
Exported variables and parameters are not exported to backticks in the same scope.

```make
export FOO := "world"
export WORLD := "world"
# This backtick will fail with "WORLD: unbound variable"
BAR := `echo hello $WORLD`
```
Expand Down

0 comments on commit ca2b596

Please sign in to comment.