[GRASS-SVN] r52923 - grass/branches/releasebranch_6_4/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 26 03:49:51 PDT 2012
Author: mmetz
Date: 2012-08-26 03:49:50 -0700 (Sun, 26 Aug 2012)
New Revision: 52923
Modified:
grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi.tmpl
Log:
wingrass: USERPROFILE is a runtime variable, not an installer variable
Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi.tmpl 2012-08-26 10:49:42 UTC (rev 52922)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi.tmpl 2012-08-26 10:49:50 UTC (rev 52923)
@@ -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