Don't redirect to /dev/null when executing ex(1).

This makes it impossible to detect the problem
with missing /var/tmp/vi.recover/.

PR:		misc/29715, misc/30514
This commit is contained in:
Ruslan Ermilov 2001-09-14 17:06:06 +00:00
parent 6e4fa6775e
commit 72a984aa33
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83460

View File

@ -13,7 +13,7 @@ FILES= termcap termcap.db
all: termcap termcap.db
termcap: reorder termcap.src
TERM=dumb ex - ${.CURDIR}/termcap.src < ${.CURDIR}/reorder > /dev/null
TERM=dumb ex - ${.CURDIR}/termcap.src < ${.CURDIR}/reorder
termcap.db: termcap
cap_mkdb termcap