summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--osx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/Makefile b/osx/Makefile
index 660c790cd..a5920a5eb 100644
--- a/osx/Makefile
+++ b/osx/Makefile
@@ -1,4 +1,4 @@
-PYVERSION := $(shell /usr/bin/python -c "import sys; print '%s.%s' % (sys.version_info[0], sys.version_info[1])"
+PYVERSION := $(shell /usr/bin/python -c "import sys; print '%s.%s' % (sys.version_info[0], sys.version_info[1])")
PYMAJORVERSION := $(shell /usr/bin/python -c "import sys; print sys.version_info[0]")
PYMINORVERSION := $(shell /usr/bin/python -c "import sys; print sys.version_info[1]")
PREFLIGHT = preflight