Merge pull request #2854 from pnorman/configure_bash

Use sh instead of bash for configure
This commit is contained in:
Dane Springmeyer 2015-05-23 16:34:00 -07:00
commit 11a90c401c

2
configure vendored
View file

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