[GRASS-SVN] r52739 -	grass/branches/develbranch_6/scripts/v.db.addcol
    svn_grass at osgeo.org 
    svn_grass at osgeo.org
       
    Sun Aug 19 15:42:19 PDT 2012
    
    
  
Author: neteler
Date: 2012-08-19 15:42:18 -0700 (Sun, 19 Aug 2012)
New Revision: 52739
Modified:
   grass/branches/develbranch_6/scripts/v.db.addcol/v.db.addcol
Log:
fix g.gisenv call
Modified: grass/branches/develbranch_6/scripts/v.db.addcol/v.db.addcol
===================================================================
--- grass/branches/develbranch_6/scripts/v.db.addcol/v.db.addcol	2012-08-19 22:41:56 UTC (rev 52738)
+++ grass/branches/develbranch_6/scripts/v.db.addcol/v.db.addcol	2012-08-19 22:42:18 UTC (rev 52739)
@@ -77,7 +77,7 @@
 export LC_NUMERIC
 
 ### setup enviro vars ###
-eval `g.gisenv get=MAPSET`
+eval `g.gisenv`
 
 # does map exist in CURRENT mapset?
 eval `g.findfile element=vector file="$GIS_OPT_MAP" mapset="$MAPSET"`
    
    
More information about the grass-commit
mailing list