]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - readline/readline.sh
docbook2X: New package.
[people/ms/ipfire-3.x.git] / readline / readline.sh
1 # Setup the INPUTRC environment variable.
2 if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ] ; then
3 INPUTRC=/etc/inputrc
4 fi
5 export INPUTRC