We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10f3431 + b36ff18 commit 6fe4c1aCopy full SHA for 6fe4c1a
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