[GRASS-SVN] r45968 - grass-addons/vector/v.in.p190

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 14 02:03:06 EDT 2011


Author: hamish
Date: 2011-04-13 23:03:06 -0700 (Wed, 13 Apr 2011)
New Revision: 45968

Modified:
   grass-addons/vector/v.in.p190/v.in.p190
Log:
add missing parser call

Modified: grass-addons/vector/v.in.p190/v.in.p190
===================================================================
--- grass-addons/vector/v.in.p190/v.in.p190	2011-04-14 03:04:23 UTC (rev 45967)
+++ grass-addons/vector/v.in.p190/v.in.p190	2011-04-14 06:03:06 UTC (rev 45968)
@@ -48,6 +48,10 @@
    exit 1
 fi
 
+if [ "$1" != "@ARGS_PARSED@" ] ; then
+  exec g.parser "$0" "$@"
+fi
+
 # check if we have awk
 if [ ! -x "`which awk`" ] ; then
     g.message -e "awk required, please install awk/gawk first"



More information about the grass-commit mailing list