From 67b6e93187f8643283c98387dee5d4bcf28164f0 Mon Sep 17 00:00:00 2001 From: Raul Cuza Date: Thu, 7 Jul 2011 15:43:11 -0400 Subject: Correct typo in PYVERSION to fix Ticket 1023. --- osx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx/Makefile b/osx/Makefile index de2d75402..660c790cd 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])"python -c "import sys; print sys.version[0:3]") +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 -- cgit v1.2.3-1-g7c22