Tweak an error message in pre-extract.
Approved by: mbr (maintainer), obrien (mentor)
This commit is contained in:
parent
81b63669b1
commit
ba2e76e930
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58183
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user