[GRASS-SVN] r37149 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 11 02:39:13 EDT 2009


Author: hamish
Date: 2009-05-11 02:39:13 -0400 (Mon, 11 May 2009)
New Revision: 37149

Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
Log:
just incase some weird Virtualized Amstrad FS somewhere will be case-sensitive

Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2009-05-11 05:42:23 UTC (rev 37148)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2009-05-11 06:39:13 UTC (rev 37149)
@@ -566,7 +566,7 @@
 	FileWrite $0 'set PATHEXT=%PATHEXT%;.PY$\r$\n'
 	FileWrite $0 '$\r$\n'
 	FileWrite $0 'set WINGISBASE=%GRASSDIR%$\r$\n'
-	FileWrite $0 '"%WINGISBASE%\etc\init.bat" %*'
+	FileWrite $0 '"%WINGISBASE%\etc\Init.bat" %*'
 	FileClose $0
 	done_create_grass_command.bat:
 	



More information about the grass-commit mailing list