fix bash shell

andy york <[email protected]>
Newsgroups gmane.linux.distributions.gobo.general
Message-ID <CAPBfRKF_1vsQZUqpn5H+ssrUj07OHtY5Gjwgjcy29=rLrjYdKA@mail.gmail.com>
This worked well for me.



mkdir src
cd src
wget http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz
#download <http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz#download> all patches
for i in $(seq -f "%03g" 1 28); do wget
http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-$i; done
tar zxvf bash-4.3.tar.gz
cd bash-4.3
#apply all patches
for i in $(seq -f "%03g" 1 28);do patch -p0 < ../bash43-$i; done
#build and install
./configure --prefix=/ && make && make install
cd ..
cd ..
rm -r src

andy york

fedorageeks.com

_______________________________________________
gobolinux-users mailing list
[email protected]
http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.