[GRASS-SVN] r40670 - grass/trunk/mswindows

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


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

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

Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi	2010-01-26 23:20:35 UTC (rev 40669)
+++ grass/trunk/mswindows/GRASS-Installer.nsi	2010-01-26 23:20:43 UTC (rev 40670)
@@ -647,6 +647,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 7> "$\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