Bugzilla – Bug 12987
profile.d script from readline is bash specific
Last modified: 2007-03-31 02:24:23 UTC
/etc/profile.d/readline.sh:4:if [[ ! -f $HOME/.inputrc ]] && /etc/profile.d/readline.sh:5: [[ -f /etc/inputrc ]]; then [[ ]] is a bash construct - it should be changed to [ ] for sh compatibility
Fixed in test with commit f32db01461d35e5b64532b8b8834108a3dd2a7fe.
closing fixed bugs