aboutsummaryrefslogtreecommitdiffstats
path: root/lang.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lang.sh')
-rwxr-xr-xlang.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang.sh b/lang.sh
index 1d5d7cbb..e85fe9c8 100755
--- a/lang.sh
+++ b/lang.sh
@@ -32,6 +32,10 @@ if [ -f /etc/sysconfig/i18n ]; then
esac
fi
+ if [ -n "$INPUTRC" ]; then
+ export INPUTRC
+ fi
+
if [ -n "$LESSCHARSET" ]; then
export LESSCHARSET
elif [ "$TERM" = "linux-lat" ]; then