Tweak an error message in pre-extract.

Approved by:	mbr (maintainer), obrien (mentor)
This commit is contained in:
Gerald Pfeifer 2002-04-26 17:48:30 +00:00
parent 81b63669b1
commit ba2e76e930
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58183
3 changed files with 3 additions and 6 deletions

View File

@ -60,8 +60,7 @@ pre-fetch:
pre-extract:
.if !defined(DISPLAY) || ${DISPLAY} == ""
@ ${ECHO}
@ ${ECHO} Can\'t open display:
@ ${ECHO} Please check your DISPLAY variable.
@ ${ECHO} Cannot open display; please check your DISPLAY variable.
@ ${ECHO}
@ ${FALSE}
.endif

View File

@ -60,8 +60,7 @@ pre-fetch:
pre-extract:
.if !defined(DISPLAY) || ${DISPLAY} == ""
@ ${ECHO}
@ ${ECHO} Can\'t open display:
@ ${ECHO} Please check your DISPLAY variable.
@ ${ECHO} Cannot open display; please check your DISPLAY variable.
@ ${ECHO}
@ ${FALSE}
.endif

View File

@ -60,8 +60,7 @@ pre-fetch:
pre-extract:
.if !defined(DISPLAY) || ${DISPLAY} == ""
@ ${ECHO}
@ ${ECHO} Can\'t open display:
@ ${ECHO} Please check your DISPLAY variable.
@ ${ECHO} Cannot open display; please check your DISPLAY variable.
@ ${ECHO}
@ ${FALSE}
.endif