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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 26 03:49:43 PDT 2012


Author: mmetz
Date: 2012-08-26 03:49:42 -0700 (Sun, 26 Aug 2012)
New Revision: 52922

Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl
Log:
wingrass: USERPROFILE is a runtime variable, not an installer variable

Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl	2012-08-26 10:23:20 UTC (rev 52921)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl	2012-08-26 10:49:42 UTC (rev 52922)
@@ -809,7 +809,7 @@
 	FileWrite $0 'GEOTIFF_CSV="$INSTALL_DIR\share\epsg_csv"$\r$\n'
 	FileWrite $0 'export GEOTIFF_CSV$\r$\n'
 	FileWrite $0 '$\r$\n'
-	FileWrite $0 'cd "$USERPROFILE"'
+	FileWrite $0 'cd "$$USERPROFILE"'
 	FileWrite $0 '$\r$\n' 
 	FileWrite $0 'exec "$$GISBASE/etc/Init.sh" "$$@"'
 	FileClose $0



More information about the grass-commit mailing list