[GRASS-SVN] r37761 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 6 08:31:25 EDT 2009
Author: hamish
Date: 2009-06-06 08:31:25 -0400 (Sat, 06 Jun 2009)
New Revision: 37761
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi
Log:
quote pathname (merge from devbr6)
Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi 2009-06-06 12:30:20 UTC (rev 37760)
+++ grass/trunk/mswindows/GRASS-Installer.nsi 2009-06-06 12:31:25 UTC (rev 37761)
@@ -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