Paranthesis in echo command doesn't work.

This commit is contained in:
Jief L 2020-02-21 07:53:24 +03:00
parent 32332dd157
commit 1d525674f2
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ if not defined NASM_PREFIX (
@echo.
@echo !!! WARNING !!! NASM_PREFIX environment variable is not set
@if exist "C:\Program Files (x86)\NASM\nasm.exe" @set "NASM_PREFIX=C:\Program Files (x86)\NASM\"
@if exist "C:\Program Files (x86)\NASM\nasm.exe" @echo Found nasm.exe, setting the environment variable to C:\Program Files (x86)\NASM
@if exist "C:\Program Files (x86)\NASM\nasm.exe" @echo Found nasm.exe, setting the environment variable to "C:\Program Files (x86)\NASM"
@if not exist "C:\Program Files (x86)\NASM\nasm.exe" echo Attempting to build modules that require NASM will fail.
)