SOURCES (AC-branch): bashrc - one more check; is this setting wort...
ankry
ankry at pld-linux.org
Sat Jun 18 12:31:40 CEST 2005
Author: ankry Date: Sat Jun 18 10:31:40 2005 GMT
Module: SOURCES Tag: AC-branch
---- Log message:
- one more check; is this setting worth this ?
---- Files affected:
SOURCES:
bashrc (1.14.2.10 -> 1.14.2.11)
---- Diffs:
================================================================
Index: SOURCES/bashrc
diff -u SOURCES/bashrc:1.14.2.10 SOURCES/bashrc:1.14.2.11
--- SOURCES/bashrc:1.14.2.10 Wed Jun 15 21:44:46 2005
+++ SOURCES/bashrc Sat Jun 18 12:31:34 2005
@@ -23,4 +23,5 @@
unset i
fi
-[ -n "$TERM" -a "$TERM" != "rxvt" ] && tty >/dev/null 2>&1 && stty erase `tput kbs`
+[ -n "$TERM" -a "$TERM" != "rxvt" ] && tty >/dev/null 2>&1 && \
+ tput kbs >/dev/null 2>&1 && stty erase `tput kbs`
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/bashrc?r1=1.14.2.10&r2=1.14.2.11&f=u
More information about the pld-cvs-commit
mailing list