diff --git a/README.adoc b/README.adoc index 97512bd..9f82406 100644 --- a/README.adoc +++ b/README.adoc @@ -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` ```