Skip to content
Daniel Lamblin edited this page Mar 15, 2018 · 1 revision

Bash-static Qwiki!

Q. What version of Bash is supported?

You can see from the build.sh that this works with the following Bash version:

bash_version="4.4"
bash_patch_level=0

And uses musl_version="1.1.15" when on Linux.

Q. Any other versions?

Indeterminate. Probably anything later.

Q. How big of a binary is the final result?

I'm sure someone who's built it can tell you. Go find that person.