[GRASS-SVN] r49428 - grass/branches/develbranch_6/scripts/v.in.wfs

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 29 15:11:54 EST 2011


Author: neteler
Date: 2011-11-29 12:11:54 -0800 (Tue, 29 Nov 2011)
New Revision: 49428

Modified:
   grass/branches/develbranch_6/scripts/v.in.wfs/v.in.wfs
Log:
Matthias Uden: fix param name

Modified: grass/branches/develbranch_6/scripts/v.in.wfs/v.in.wfs
===================================================================
--- grass/branches/develbranch_6/scripts/v.in.wfs/v.in.wfs	2011-11-29 20:11:10 UTC (rev 49427)
+++ grass/branches/develbranch_6/scripts/v.in.wfs/v.in.wfs	2011-11-29 20:11:54 UTC (rev 49428)
@@ -68,7 +68,7 @@
     exit 1
 fi
 
-OUT="$GIS_OPT_output"
+OUT="$GIS_OPT_OUTPUT"
 WFS_URL="$GIS_OPT_WFS"
 
 g.message "Retrieving data ..."



More information about the grass-commit mailing list