[GRASS-SVN] r40470 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 16 06:43:28 EST 2010
Author: hamish
Date: 2010-01-16 06:43:27 -0500 (Sat, 16 Jan 2010)
New Revision: 40470
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi
Log:
typo (merge from devbr6)
Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi 2010-01-16 11:41:43 UTC (rev 40469)
+++ grass/trunk/mswindows/GRASS-Installer.nsi 2010-01-16 11:43:27 UTC (rev 40470)
@@ -671,7 +671,7 @@
FileWrite $0 'export PYTHONPATH$\r$\n'
FileWrite $0 'PYTHONHOME="$INSTALL_DIR\Python25"$\r$\n'
FileWrite $0 'export PYTHONHOME$\r$\n'
- FileWrite $0 'if [ -z "$$GRASS_PYTHON" ] ; then$$\r$\n'
+ FileWrite $0 'if [ -z "$$GRASS_PYTHON" ] ; then$\r$\n'
FileWrite $0 ' GRASS_PYTHON=python$\r$\n'
FileWrite $0 ' export GRASS_PYTHON$\r$\n'
FileWrite $0 'fi$\r$\n'
More information about the grass-commit
mailing list