[GRASS-SVN] r60012 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 1 09:19:15 PDT 2014
Author: martinl
Date: 2014-05-01 09:19:15 -0700 (Thu, 01 May 2014)
New Revision: 60012
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
fix typo in r60011
Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2014-05-01 16:17:40 UTC (rev 60011)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2014-05-01 16:19:15 UTC (rev 60012)
@@ -812,7 +812,7 @@
; FileWrite $0 'PATH="$$GISBASE/extrabin:$$PATH"$\r$\n'
; FileWrite $0 'export PATH$\r$\n'
; FileWrite $0 '# Set the PYTHONPATH variable$\r$\n'
- ; FileWrite $0 'PYTHONPATH="$$GISBASE/etc/python:$GISBASE/gui/wxpython:$$GISBASE/Python27:$$PYTHONPATH"$\r$\n'
+ ; FileWrite $0 'PYTHONPATH="$$GISBASE/etc/python:$$GISBASE/gui/wxpython:$$GISBASE/Python27:$$PYTHONPATH"$\r$\n'
; FileWrite $0 'export PYTHONPATH$\r$\n'
; FileWrite $0 'PYTHONHOME="$INSTALL_DIR\Python27"$\r$\n'
; FileWrite $0 'export PYTHONHOME$\r$\n'
More information about the grass-commit
mailing list