[GRASS-SVN] r37762 - grass/branches/releasebranch_6_4/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 6 08:31:34 EDT 2009
Author: hamish
Date: 2009-06-06 08:31:34 -0400 (Sat, 06 Jun 2009)
New Revision: 37762
Modified:
grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
Log:
quote pathname (merge from devbr6)
Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi 2009-06-06 12:31:25 UTC (rev 37761)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi 2009-06-06 12:31:34 UTC (rev 37762)
@@ -656,7 +656,7 @@
FileWrite $0 'exit" 2 3 9 15$\r$\n'
FileWrite $0 '$\r$\n'
FileWrite $0 '# Set the GISBASE variable$\r$\n'
- FileWrite $0 'GISBASE=/$UNIX_LIKE_DRIVE$UNIX_LIKE_GRASS_PATH$\r$\n'
+ FileWrite $0 'GISBASE="/$UNIX_LIKE_DRIVE$UNIX_LIKE_GRASS_PATH"$\r$\n'
FileWrite $0 'export GISBASE$\r$\n'
FileWrite $0 '$\r$\n'
FileWrite $0 '# Set the PATH variable$\r$\n'
More information about the grass-commit
mailing list