diff options
author | NoahAndrews <NoahAndrews@users.noreply.github.com> | 2016-04-11 14:09:42 -0400 |
---|---|---|
committer | NoahAndrews <NoahAndrews@users.noreply.github.com> | 2016-04-11 14:09:42 -0400 |
commit | 1bc05ac85fd6b7bc5fce8d99a43a5d2202b314fe (patch) | |
tree | 4a2bcafe9fdf8fb9f8fb80807b20851cad0416de | |
parent | 13dcbfdab1c522b9fbffe3959f1c39e136f6febb (diff) | |
download | qmk_firmware-1bc05ac85fd6b7bc5fce8d99a43a5d2202b314fe.tar.gz qmk_firmware-1bc05ac85fd6b7bc5fce8d99a43a5d2202b314fe.zip |
Remove failing check
NEWPATH1 (C:\MinGW\msys\bin) won't actually be created until the second
script is run
-rw-r--r-- | 1-setup-path-win.bat | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/1-setup-path-win.bat b/1-setup-path-win.bat index 2c15857bb7..c42f34444a 100644 --- a/1-setup-path-win.bat +++ b/1-setup-path-win.bat @@ -6,7 +6,6 @@ SET NEWPATH1="C:\MinGW\msys\1.0\bin" SET NEWPATH2="C:\MinGW\bin" :: Make sure paths exist -IF NOT EXIST !NEWPATH1! (ECHO Path not found: %NEWPATH1% && GOTO ExitBatch) IF NOT EXIST !NEWPATH2! (ECHO Path not found: %NEWPATH2% && GOTO ExitBatch) :: Add paths |