mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 10:19:00 +00:00
missed CVS add/remove in previous update to 274. noticed by tb@
This commit is contained 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
|
||||
Reference in New Issue
Block a user