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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 24 17:11:28 EDT 2011


Author: hellik
Date: 2011-08-24 14:11:28 -0700 (Wed, 24 Aug 2011)
New Revision: 47874

Modified:
   grass/trunk/mswindows/GRASS-Installer.nsi
Log:
ticket #1419

Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi	2011-08-24 21:10:54 UTC (rev 47873)
+++ grass/trunk/mswindows/GRASS-Installer.nsi	2011-08-24 21:11:28 UTC (rev 47874)
@@ -719,6 +719,8 @@
 	${EndIf}
 	FileWrite $0 'call "%GISBASE%\etc\env.bat"$\r$\n'
 	FileWrite $0 '$\r$\n'
+	FileWrite $0 'cd "%USERPROFILE%"'
+	FileWrite $0 '$\r$\n'
 	FileWrite $0 '%GRASS_PYTHON% "%WINGISBASE%\grass70.py" %*'
 	FileClose $0
 	done_create_grass_command.bat:



More information about the grass-commit mailing list