On Wed, Jul 13, 2016 at 11:45:10AM -0400, Greg Wooledge wrote: > On Wed, Jul 13, 2016 at 11:39:50AM -0400, Chet Ramey wrote: > > I was able to retrieve a copy from ftp.cwru.edu using wget (passive mode) > > and an ftp client (extended passive mode). Try it again and let me know > > the results. > > wget ftp://ftp.cwru.edu/pub/bash/bash-4.4-beta2.tar.gz worked for me > now, after failing earlier this morning.
And, out of curiosity, the difference between the two tarballs (one from git/savannah, one from the "cwru.edu" amazon s3 ftp server): wooledg@wooledg:/tmp$ diff -ru bash-4.4-beta2 bash-4.4-beta2-cwru Only in bash-4.4-beta2: CHANGES-4.4 Only in bash-4.4-beta2/CWRU: -i Only in bash-4.4-beta2: .gitignore Only in bash-4.4-beta2-cwru: parser-built Looks like the code is the same. Good. I don't have to rebuild it.