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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 3 15:23:13 EST 2010


Author: hellik
Date: 2010-02-03 15:23:11 -0500 (Wed, 03 Feb 2010)
New Revision: 40802

Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
Log:
fix typo in quotes

Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-02-03 19:41:24 UTC (rev 40801)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-02-03 20:23:11 UTC (rev 40802)
@@ -623,7 +623,7 @@
 	FileWrite $0 '#########################################################################$\r$\n'
 	FileWrite $0 '$\r$\n'
 	FileWrite $0 'trap "echo '
-	FileWrite $0 "'User break!' ; "
+	FileWrite $0 '"User break!"$\r$\n'
 	FileWrite $0 'exit" 2 3 9 15$\r$\n'
 	FileWrite $0 '$\r$\n'
 	FileWrite $0 '# Set the GISBASE variable$\r$\n'



More information about the grass-commit mailing list