diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-12-27 18:05:10 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-12-27 18:05:10 +0000 |
| commit | 7a8d62cd046942ab34fcf282ecbbb0747a08a4ee (patch) | |
| tree | ced618761840b94c34a8ba2ea2412bf9e452f382 /etc/termcap | |
| parent | 433c5a8ae42f0487cfe860af1d291ec3c7d009f7 (diff) | |
Diffstat (limited to 'etc/termcap')
| -rw-r--r-- | etc/termcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/termcap/Makefile b/etc/termcap/Makefile index 85054265b4b2..98045a22b57d 100644 --- a/etc/termcap/Makefile +++ b/etc/termcap/Makefile @@ -17,7 +17,7 @@ TERMCAP_SMALL_ENTS?= SC cons25 cons25-m cons25-w cons25l1 cons25l1-m \ xterm-color xterm-new xterm-r6 xterm-r6-clear termcap.small: termcap - set -e; set -o pipefail; \ + set -e; \ (echo "# AUTOMATICALLY GENERATED FROM `basename ${.ALLSRC}`"; \ for tcname in ${TERMCAP_SMALL_ENTS}; \ do \ |
