@@ -, +, @@ --- .../conffiles/etc/bash.bashrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) --- a/base/univention-base-files/conffiles/etc/bash.bashrc +++ a/base/univention-base-files/conffiles/etc/bash.bashrc @@ -34,13 +34,13 @@ fi #esac # enable bash completion in interactive shells -#if ! shopt -oq posix; then -# if [ -f /usr/share/bash-completion/bash_completion ]; then -# . /usr/share/bash-completion/bash_completion -# elif [ -f /etc/bash_completion ]; then -# . /etc/bash_completion -# fi -#fi +if ! shopt -oq posix; then + if [ -f /usr/share/bash-completion/bash_completion ]; then + . /usr/share/bash-completion/bash_completion + elif [ -f /etc/bash_completion ]; then + . /etc/bash_completion + fi +fi if [ -e "$HOME/.univention-environment" ]; then . "$HOME/.univention-environment" --