aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar Yun Peng <pcloudy@google.com>2017-07-27 20:09:24 +0200
committerGravatar Vijay Vasudevan <vrv@google.com>2017-07-27 11:09:24 -0700
commita4a3a3335bd273e6224d16a934b59531ef239893 (patch)
tree1853e0cfc4214be3075a288dc2abdfbf6a1302ce /configure
parentf40189d262bb41b7b85a95c3ceeac6f269ae9a0a (diff)
Fix ./configure on Windows (#11775)
* Fix ./configure on Windows * Disable bitwise_ops_test on Windows
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index c6df6992d9..9c21d2b03a 100755
--- a/configure
+++ b/configure
@@ -8,7 +8,7 @@ if [ -z "$PYTHON_BIN_PATH" ]; then
fi
# Set all env variables
-$PYTHON_BIN_PATH configure.py
+"$PYTHON_BIN_PATH" configure.py
+echo "Configuration finished"
-echo "Configuration finished" \ No newline at end of file