We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33dc1c1 commit b36ff18Copy full SHA for b36ff18
1 file changed
docs/build/reference/environment-variable-macros.md
@@ -16,7 +16,7 @@ For example:
16
PATH=$(PATH);\nonesuch
17
18
all:
19
- echo %PATH%
+ echo %%PATH%%
20
```
21
22
In this example, changing `PATH` changes the corresponding environment variable `PATH`; it appends `\nonesuch` to your path.
0 commit comments