mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-09 02:39: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
|
#!/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
|
# this file is part of xterm
|
||||||
#
|
#
|
||||||
@@ -130,9 +130,9 @@ $TIC_PROG $OPT "$PASS2" 2>"$STDERR"
|
|||||||
RET=$?
|
RET=$?
|
||||||
|
|
||||||
sed -e "s%$PASS2%$PASS1%" "$STDERR" | \
|
sed -e "s%$PASS2%$PASS1%" "$STDERR" | \
|
||||||
${FGREP-fgrep} -v 'Unknown Capability' | \
|
@FGREP@ -v 'Unknown Capability' | \
|
||||||
${FGREP-fgrep} -v 'Capability is not recognized:' | \
|
@FGREP@ -v 'Capability is not recognized:' | \
|
||||||
${FGREP-fgrep} -v 'tic: Warning near line ' >&2
|
@FGREP@ -v 'tic: Warning near line ' >&2
|
||||||
rm -f "$STDERR"
|
rm -f "$STDERR"
|
||||||
|
|
||||||
exit $RET
|
exit $RET
|
||||||
Reference in New Issue
Block a user