[GRASS-SVN] r36062 - grass/branches/develbranch_6/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 22 23:22:04 EST 2009


Author: hamish
Date: 2009-02-22 23:22:04 -0500 (Sun, 22 Feb 2009)
New Revision: 36062

Modified:
   grass/branches/develbranch_6/lib/init/init.bat
Log:
unset temp variable, no pwd in prompt to avoid wrap

Modified: grass/branches/develbranch_6/lib/init/init.bat
===================================================================
--- grass/branches/develbranch_6/lib/init/init.bat	2009-02-23 04:03:57 UTC (rev 36061)
+++ grass/branches/develbranch_6/lib/init/init.bat	2009-02-23 04:22:04 UTC (rev 36062)
@@ -90,6 +90,7 @@
 if "%HAVE_GISRC%"=="true" (
   "%WINGISBASE%\etc\clean_temp" > NUL:
 )
+set HAVE_GISRC=
 
 if "%GRASS_GUI%"=="text" goto text
 if "%GRASS_GUI%"=="wxpython" goto wxpython
@@ -143,7 +144,7 @@
 "%WINGISBASE%\etc\echo" "See the licence terms with:              g.version -c"
 "%WINGISBASE%\etc\echo" ""
 
-prompt GRASS %GRASS_VERSION% $C%LOCATION_NAME%$F:$P $G
+prompt GRASS %GRASS_VERSION% $C%LOCATION_NAME%$F$G 
 
 cmd.exe
 



More information about the grass-commit mailing list