mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
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:
parent
6e4fa6775e
commit
72a984aa33
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83460
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user