We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62d42d commit 5ec4fb5Copy full SHA for 5ec4fb5
1 file changed
install_script.bat
@@ -332,10 +332,10 @@ echo Checking for existing NASM in NASMPATH...
332
if exist "%NASMPATH%\nasm.exe" (
333
"%NASMPATH%\nasm.exe" -v >nul 2>&1
334
if %ERRORLEVEL% equ 0 (
335
- echo "Using existing NASM binary from %NASMPATH%\nasm.exe..."
+ echo Using existing NASM binary from "%NASMPATH%\nasm.exe"...
336
goto SkipInstallNASM
337
) else (
338
- echo "..existing NASM not found in NASMPATH=%NASMPATH%."
+ echo Warning: A suitable nasm was not found in NASMPATH="%NASMPATH%".
339
)
340
341
REM Download the latest nasm binary for windows
0 commit comments