[GRASS-SVN] r43952 - grass/branches/releasebranch_6_4/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 17 12:53:22 EDT 2010
Author: neteler
Date: 2010-10-17 09:53:22 -0700 (Sun, 17 Oct 2010)
New Revision: 43952
Modified:
grass/branches/releasebranch_6_4/lib/init/init.bat
Log:
set GIS_LOCK to make g.mapset happy
Modified: grass/branches/releasebranch_6_4/lib/init/init.bat
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/init.bat 2010-10-17 16:52:54 UTC (rev 43951)
+++ grass/branches/releasebranch_6_4/lib/init/init.bat 2010-10-17 16:53:22 UTC (rev 43952)
@@ -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