[sword-svn] r2748 - trunk/bindings/swig/python

greg.hellings at crosswire.org greg.hellings at crosswire.org
Sun Dec 16 22:41:35 MST 2012


Author: greg.hellings
Date: 2012-12-16 22:41:34 -0700 (Sun, 16 Dec 2012)
New Revision: 2748

Modified:
   trunk/bindings/swig/python/CMakeLists.txt
Log:
Error pointed out by Ben in mailing list. Not producing noticeable
effects, but should be cleaned up in case Python behavior changes in
the future.

Modified: trunk/bindings/swig/python/CMakeLists.txt
===================================================================
--- trunk/bindings/swig/python/CMakeLists.txt	2012-12-14 05:00:30 UTC (rev 2747)
+++ trunk/bindings/swig/python/CMakeLists.txt	2012-12-17 05:41:34 UTC (rev 2748)
@@ -13,7 +13,7 @@
 
 FIND_PACKAGE(PythonInterp REQUIRED)
 
-SET(PY_SCRIPT "#!${PYTHON_EXECUTABLE} python
+SET(PY_SCRIPT "#!${PYTHON_EXECUTABLE}
 
 from distutils.core import setup, Extension
 setup(name='sword',version='${SWORD_VERSION}',




More information about the sword-cvs mailing list