Fix readme typo: FOO → WORLD (#964)
This commit is contained in:
parent
2815aa6167
commit
ca2b596c90
@ -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`
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user