Skip to content

Instantly share code, notes, and snippets.

@Keruspe
Created April 18, 2019 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Keruspe/3d88304d34713798dd356793805dfddb to your computer and use it in GitHub Desktop.
Save Keruspe/3d88304d34713798dd356793805dfddb to your computer and use it in GitHub Desktop.
keruspe@Lou ~ % BASH_COMPAT=3.2 bash
keruspe@Lou ~ $ echo $BASH_COMPAT
3.2
keruspe@Lou ~ $ shopt -s compat32
keruspe@Lou ~ $ echo $BASH_COMPAT
32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment