summaryrefslogtreecommitdiff
path: root/app/xterm
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2022-11-07 12:28:07 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2022-11-07 12:28:07 +0000
commite58e675e332c608e29c7a91023c9913b1d3843a4 (patch)
treec070df991d25711855c7dd34d46f06587544abde /app/xterm
parente1e98a884acc3aaca49bdfce1659e9de2d657979 (diff)
missed CVS add/remove in previous update to 274. noticed by tb@
Diffstat (limited to 'app/xterm')
-rw-r--r--app/xterm/run-tic.in (renamed from app/xterm/run-tic.sh)8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/xterm/run-tic.sh b/app/xterm/run-tic.in
index 43a544d36..73ae2b63d 100644
--- a/app/xterm/run-tic.sh
+++ b/app/xterm/run-tic.in
@@ -1,5 +1,5 @@
#!/bin/sh
-# $XTermId: run-tic.sh,v 1.15 2022/02/13 14:30:33 tom Exp $
+# $XTermId: run-tic.in,v 1.1 2022/10/02 21:42:36 tom Exp $
# -----------------------------------------------------------------------------
# this file is part of xterm
#
@@ -130,9 +130,9 @@ $TIC_PROG $OPT "$PASS2" 2>"$STDERR"
RET=$?
sed -e "s%$PASS2%$PASS1%" "$STDERR" | \
-${FGREP-fgrep} -v 'Unknown Capability' | \
-${FGREP-fgrep} -v 'Capability is not recognized:' | \
-${FGREP-fgrep} -v 'tic: Warning near line ' >&2
+@FGREP@ -v 'Unknown Capability' | \
+@FGREP@ -v 'Capability is not recognized:' | \
+@FGREP@ -v 'tic: Warning near line ' >&2
rm -f "$STDERR"
exit $RET