Add missing '"' at the end of echo.

This commit is contained in:
Dirk Froemberg 2001-12-30 19:36:12 +00:00
parent 1c39d223b7
commit 7f66850943
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52422

View File

@ -28,7 +28,7 @@ DOCS= ADDONS-MODULES BLOCKS CHANGES README TODO
pre-everything:
.if !defined(WITH_PHP4)
@${ECHO_MSG} ""
@${ECHO_MSG} "Press CTRL-C and define WITH_PHP4 if you want to use PHP Nuke with PHP4.
@${ECHO_MSG} "Press CTRL-C and define WITH_PHP4 if you want to use PHP Nuke with PHP4."
@${ECHO_MSG} ""
.endif