diff options
author | Bill Nottingham <notting@redhat.com> | 1999-04-19 19:33:37 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-04-19 19:33:37 +0000 |
commit | 5c2abfccdd8d45ecd9a1f1db324b49a24429969b (patch) | |
tree | cee105c9b5375bcdcf8792b3e07438990ffadf0d /lang.sh | |
parent | 9877937ed83161e94b752ad53150da10e328fb00 (diff) | |
download | initscripts-5c2abfccdd8d45ecd9a1f1db324b49a24429969b.tar initscripts-5c2abfccdd8d45ecd9a1f1db324b49a24429969b.tar.gz initscripts-5c2abfccdd8d45ecd9a1f1db324b49a24429969b.tar.bz2 initscripts-5c2abfccdd8d45ecd9a1f1db324b49a24429969b.tar.xz initscripts-5c2abfccdd8d45ecd9a1f1db324b49a24429969b.zip |
inputrc is always onr4-15
Diffstat (limited to 'lang.sh')
-rwxr-xr-x | lang.sh | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -22,7 +22,6 @@ if [ -f /etc/sysconfig/i18n ]; then case $SYSFONTACM in iso01*|iso02*|iso15*|koi*) LESSCHARSET=latin1 - INPUTRC=/etc/inputrc export LESSCHARSET INPUTRC if [ "$TERM" = "linux" ]; then if ls -l /proc/$$/fd/0 2>/dev/null | grep -- '-> /dev/tty[0-9]*$' >/dev/null 2>&1; then @@ -33,13 +32,6 @@ if [ -f /etc/sysconfig/i18n ]; then esac fi - if [ -n "$INPUTRC" ]; then - export INPUTRC - elif [ "$TERM" = "linux-lat" ]; then - INPUTRC=/etc/inputrc - export INPUTRC - fi - if [ -n "$LESSCHARSET" ]; then export LESSCHARSET elif [ "$TERM" = "linux-lat" ]; then |