Skip to content

Commit 6fe4c1a

Browse files
authored
Merge pull request #2119 from mikeblome/mb-1317
fixes 1317
2 parents 10f3431 + b36ff18 commit 6fe4c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/build/reference/environment-variable-macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For example:
1616
PATH=$(PATH);\nonesuch
1717
1818
all:
19-
echo %PATH%
19+
echo %%PATH%%
2020
```
2121

2222
In this example, changing `PATH` changes the corresponding environment variable `PATH`; it appends `\nonesuch` to your path.

0 commit comments

Comments
 (0)