[GRASS-SVN] r40669 - grass/branches/releasebranch_6_4/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 26 18:20:38 EST 2010


Author: hamish
Date: 2010-01-26 18:20:35 -0500 (Tue, 26 Jan 2010)
New Revision: 40669

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
Log:
try for cleaner terminal prompt (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-01-26 13:55:10 UTC (rev 40668)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-01-26 23:20:35 UTC (rev 40669)
@@ -663,6 +663,8 @@
 	FileWrite $0 'GRASS_PROJSHARE="$INSTALL_DIR\proj"$\r$\n'
 	FileWrite $0 'export GRASS_PROJSHARE$\r$\n'
 	FileWrite $0 '$\r$\n'
+	FileWrite $0 'export PS1="GRASS 6.4> "$\r$\n'
+	FileWrite $0 '$\r$\n'
 	FileWrite $0 'exec "$$GISBASE/etc/Init.sh" "$$@"'
 	FileClose $0
 	done_create_grass_command:



More information about the grass-commit mailing list