Skip to content

Commit 5ec4fb5

Browse files
committed
Cleanup messages when using existing NASM.
1 parent e62d42d commit 5ec4fb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install_script.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,10 @@ echo Checking for existing NASM in NASMPATH...
332332
if exist "%NASMPATH%\nasm.exe" (
333333
"%NASMPATH%\nasm.exe" -v >nul 2>&1
334334
if %ERRORLEVEL% equ 0 (
335-
echo "Using existing NASM binary from %NASMPATH%\nasm.exe..."
335+
echo Using existing NASM binary from "%NASMPATH%\nasm.exe"...
336336
goto SkipInstallNASM
337337
) else (
338-
echo "..existing NASM not found in NASMPATH=%NASMPATH%."
338+
echo Warning: A suitable nasm was not found in NASMPATH="%NASMPATH%".
339339
)
340340
)
341341
REM Download the latest nasm binary for windows

0 commit comments

Comments
 (0)