Reword two more lines to avoid wrapping.

This commit is contained in:
Garance A Drosehn 2004-03-05 18:16:28 +00:00
parent 08b994c07e
commit 171ae50e88
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126664

View File

@ -373,8 +373,8 @@ sparc64_installcheck:
@echo "* Note: This installation changes the type used for time_t."
.endif
@echo "* "
@echo "* This host (${THISHOST}) presently has a time_t of type ${CUR_TIMET},"
@echo "* and this installation will switch time_t to be type ${SRC_TIMET}."
@echo "* This host (${THISHOST}) has time_t defined as ${CUR_TIMET},"
@echo "* and this installation would change that to type ${SRC_TIMET}."
.if ${NEWSPARC_TIMETYPE} != ${SRC_TIMET}
@echo "* "
@echo "* If that is *NOT* what you wanted, then you need to change the"