Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=5a47a6cdfc7ed9ba4258d3b83c52c312ee1985c6
commit 5a47a6cdfc7ed9ba4258d3b83c52c312ee1985c6 Author: Marius Cirsta <[email protected]> Date: Wed Feb 25 23:42:22 2015 +0200 bash-4.3_033-1-x86_64 * version bump * source bash_completion here not in profile so that only bash will source it diff --git a/source/base/bash/FrugalBuild b/source/base/bash/FrugalBuild index 8722645..dcc7185 100644 --- a/source/base/bash/FrugalBuild +++ b/source/base/bash/FrugalBuild @@ -4,7 +4,7 @@ pkgname=bash basever=4.3 -patchver=030 +patchver=033 if [ -z "$patchver" ]; then pkgver=$basever else diff --git a/source/base/bash/bashrc b/source/base/bash/bashrc index da7e68a..4fa75c1 100644 --- a/source/base/bash/bashrc +++ b/source/base/bash/bashrc @@ -4,6 +4,8 @@ if [ "$PS1" ]; then if [ -e /etc/profile ]; then source /etc/profile + #source this here not in profile to avoid other shells sourcing it + [ -r /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completion fi if [ -e ~/.bash_login ]; then source ~/.bash_login _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
