Skip to content

Commit cd6067e

Browse files
committed
Minor fixes from last merge.
1 parent 3f1ce73 commit cd6067e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install_script.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ if exist "%NASMPATH%\nasm.exe" (
322322
)
323323
REM Download the latest nasm binary for windows
324324
if exist "%SCRIPTDIR%\nasm_%NASMVERSION%.zip" (
325-
echo Using existing NASM installer archive...
325+
echo Using existing NASM archive...
326326
goto InstallNASM
327327
)
328328
set NASMDOWNLOAD=%NASMDL%/%NASMVERSION%/win%SYSARCH%/nasm-%NASMVERSION%-win%SYSARCH%.zip

0 commit comments

Comments
 (0)