4 lines
184 B
Plaintext
4 lines
184 B
Plaintext
espawn --list > %INSTALL_LOG%.tmp.c_compiler
|
|
for /f "usebackq delims=" %%a in (`findstr /n "\<%2\>" %INSTALL_LOG%.tmp.c_compiler`) do set "%1=True"
|
|
fullrf %INSTALL_LOG%.tmp.c_compiler
|