[GRASS-SVN] r37760 - grass/branches/develbranch_6/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 6 08:30:21 EDT 2009
Author: hamish
Date: 2009-06-06 08:30:20 -0400 (Sat, 06 Jun 2009)
New Revision: 37760
Modified:
grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
Log:
quote pathname
Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi 2009-06-06 09:33:37 UTC (rev 37759)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi 2009-06-06 12:30:20 UTC (rev 37760)
@@ -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