aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlang.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/lang.sh b/lang.sh
index ac197d56..1d5d7cbb 100755
--- a/lang.sh
+++ b/lang.sh
@@ -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