Эх сурвалжийг харах

Remove failing check

NEWPATH1 (C:\MinGW\msys\bin) won't actually be created until the second
script is run
NoahAndrews 9 жил өмнө
parent
commit
1bc05ac85f
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      1-setup-path-win.bat

+ 0 - 1
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