# # prep.ai.mit.edu:/pub/gnu # # # /usr2/ftp/linux-consulting.com/pub/Src/bash-2.02 # # # 11-Feb-99 amo Date-of-Birth # # www:/usr/local/src# tar zxvf bash-2.01.tar.gz # www:/usr/local/src/bash-2.01# ./configure # www:/usr/local/src/bash-2.01# make # www:/usr/local/src/bash-2.01# make tests # www:/usr/local/src/bash-2.01# make install # # # To test if you have the right one... # www:~# bash -version # www:~# exit # # end of file