diff options
author | NoahAndrews <NoahAndrews@users.noreply.github.com> | 2016-04-11 14:14:15 -0400 |
---|---|---|
committer | NoahAndrews <NoahAndrews@users.noreply.github.com> | 2016-04-11 14:14:15 -0400 |
commit | 5b86028d148f7e8b5573e4426cc67c26df82a1d4 (patch) | |
tree | 638955df4ff8c7cfdb20bc9641473a8644b70af4 | |
parent | 1bc05ac85fd6b7bc5fce8d99a43a5d2202b314fe (diff) | |
download | qmk_firmware-5b86028d148f7e8b5573e4426cc67c26df82a1d4.tar.gz qmk_firmware-5b86028d148f7e8b5573e4426cc67c26df82a1d4.zip |
Updated comment
-rw-r--r-- | 1-setup-path-win.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/1-setup-path-win.bat b/1-setup-path-win.bat index c42f34444a..6965f5bb95 100644 --- a/1-setup-path-win.bat +++ b/1-setup-path-win.bat @@ -5,7 +5,7 @@ SET CMDLINERUNSTR=%SystemRoot%\system32\cmd.exe SET NEWPATH1="C:\MinGW\msys\1.0\bin" SET NEWPATH2="C:\MinGW\bin" -:: Make sure paths exist +:: Make sure the second path exists. The first path won't be created until the second script is run IF NOT EXIST !NEWPATH2! (ECHO Path not found: %NEWPATH2% && GOTO ExitBatch) :: Add paths |