Use sh instead of bash for configure

Not everywhere has bash installed or installs it to /bin/bash

Given that there's no bash-specific features in configure, it makes
sense to just use sh
This commit is contained in:
Paul Norman 2015-05-23 15:59:52 -07:00
parent 9d9a1283d6
commit 9954b64b6a

2
configure vendored
View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
PYTHON=${PYTHON:-python}