]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - readline/readline.sh
Change file layout of the makefiles.
[people/stevee/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