EQU
parent
1e67e5a3c5
commit
7b8e9e21ad
|
@ -2,7 +2,7 @@
|
|||
|
||||
REM (allen): quit early if we already have cl
|
||||
where /q cl
|
||||
IF %ERRORLEVEL% EQ 0 (EXIT)
|
||||
IF %ERRORLEVEL% EQU 0 (EXIT)
|
||||
|
||||
SET "LIB="
|
||||
|
||||
|
|
Loading…
Reference in New Issue