[GRASS-SVN] r43951 - grass/branches/develbranch_6/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 17 12:52:54 EDT 2010
Author: neteler
Date: 2010-10-17 09:52:54 -0700 (Sun, 17 Oct 2010)
New Revision: 43951
Modified:
grass/branches/develbranch_6/lib/init/init.bat
Log:
set GIS_LOCK to make g.mapset happy
Modified: grass/branches/develbranch_6/lib/init/init.bat
===================================================================
--- grass/branches/develbranch_6/lib/init/init.bat 2010-10-17 11:20:52 UTC (rev 43950)
+++ grass/branches/develbranch_6/lib/init/init.bat 2010-10-17 16:52:54 UTC (rev 43951)
@@ -28,6 +28,7 @@
if "%GRASS_ADDON_PATH%"=="" set PATH=%WINGISBASE%\bin;%WINGISBASE%\lib;%PATH%
if not "%GRASS_ADDON_PATH%"=="" set PATH=%WINGISBASE%\bin;%WINGISBASE%\lib;%GRASS_ADDON_PATH%;%PATH%
+set GIS_LOCK=1
set GRASS_VERSION=GRASS_VERSION_NUMBER
if "%HOME%"=="" set HOME=%USERPROFILE%
set WINGISRC=%HOME%\.grassrc6
More information about the grass-commit
mailing list