(Trivial) Escape a '?' in an error message.

svn path=/trunk/; revision=32504
This commit is contained in:
Bill Meier 2010-04-18 14:08:12 +00:00
parent 089d941ceb
commit 201c878a4e
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ packaging: all
cd ..
!ELSE
packaging: _FORCE_
@echo ? NSIS not available (MAKENSIS not defined in config.nmake)
@echo \? NSIS not available (MAKENSIS not defined in config.nmake)
@echo.
@exit 1
!ENDIF