Fixex some error

This commit is contained in:
JaehunRyu 2020-02-22 18:54:09 +09:00
parent 1022952737
commit 85690a9dae

2
configure vendored
View File

@ -4,7 +4,7 @@ set -e
set -o pipefail
if [ -z "$PYTHON_BIN_PATH" ]; then
PYTHON_BIN_PATH=$( which python3 || true)
PYTHON_BIN_PATH=$(which python || which python3 || true)
fi
# Set all env variables