diff options
author | Bill Nottingham <notting@redhat.com> | 1999-04-19 19:34:22 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-04-19 19:34:22 +0000 |
commit | 71471207bdc587f38929ce5097b971b497a43b29 (patch) | |
tree | 39f31f2c849fd14265a2e315427ffed751a145be /lang.sh | |
parent | 5c2abfccdd8d45ecd9a1f1db324b49a24429969b (diff) | |
download | initscripts-71471207bdc587f38929ce5097b971b497a43b29.tar initscripts-71471207bdc587f38929ce5097b971b497a43b29.tar.gz initscripts-71471207bdc587f38929ce5097b971b497a43b29.tar.bz2 initscripts-71471207bdc587f38929ce5097b971b497a43b29.tar.xz initscripts-71471207bdc587f38929ce5097b971b497a43b29.zip |
*** empty log message ***r4-16
Diffstat (limited to 'lang.sh')
-rwxr-xr-x | lang.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |