From 7c48f6d17bd2a2891712a9fd7a4d766a73ac8f1c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 26 Feb 2012 16:23:08 -0500 Subject: [PATCH] $BIN_DIR --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 048453f..f3e60cc 100755 --- a/bin/compile +++ b/bin/compile @@ -57,7 +57,7 @@ done set +e echo "-----> Preparing Python ($PYTHON_VERSION)" -PYTHON_EXE=$(./python-build install $PYTHON_VERSION --quiet) +PYTHON_EXE=$($BIN_DIR/python-build install $PYTHON_VERSION --quiet) PYTHON_EXE=./python/vendor/python/bin/python