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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 26 08:55:10 EST 2010


Author: hamish
Date: 2010-01-26 08:55:10 -0500 (Tue, 26 Jan 2010)
New Revision: 40668

Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
Log:
try for cleaner terminal prompt

Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-01-26 13:44:06 UTC (rev 40667)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-01-26 13:55:10 UTC (rev 40668)
@@ -648,6 +648,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.5> "$\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