1 2 3 4 5 6
#!/bin/bash if [[ -x /bin/dash ]]; then CONFIG_SHELL=/bin/dash /bin/dash ./configure CONFIG_SHELL=/bin/dash "$@"; else ./configure "$@"; fi