]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated comment
authorNoahAndrews <NoahAndrews@users.noreply.github.com>
Mon, 11 Apr 2016 18:14:15 +0000 (14:14 -0400)
committerNoahAndrews <NoahAndrews@users.noreply.github.com>
Mon, 11 Apr 2016 18:14:15 +0000 (14:14 -0400)
1-setup-path-win.bat

index c42f34444abcff93ed8debd10aac337af3cefda3..6965f5bb95fc4f7df1059b748f218ceed07cbbe2 100644 (file)
@@ -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