[GRASS-SVN] r41735 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 5 13:23:10 EDT 2010


Author: martinl
Date: 2010-04-05 13:23:10 -0400 (Mon, 05 Apr 2010)
New Revision: 41735

Modified:
   grass/trunk/mswindows/GRASS-Installer.nsi
Log:
cosmetics in grass70.bat

Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi	2010-04-05 17:20:38 UTC (rev 41734)
+++ grass/trunk/mswindows/GRASS-Installer.nsi	2010-04-05 17:23:10 UTC (rev 41735)
@@ -636,8 +636,7 @@
 	FileWrite $0 'set PYTHONHOME=%GISBASE%\Python25$\r$\n'
 	FileWrite $0 'if "x%GRASS_PYTHON%" == "x" set GRASS_PYTHON=python$\r$\n'
 	FileWrite $0 '$\r$\n'
-	FileWrite $0 'set WINGISBASE=%GISBASE%$\r$\n'
-	FileWrite $0 '%GRASS_PYTHON% "%WINGISBASE%\grass70.py" %*'
+	FileWrite $0 '%GRASS_PYTHON% "%GISBASE%\grass70.py" %*'
 	FileClose $0
 	done_create_grass_command.bat:
 	



More information about the grass-commit mailing list