[GRASS-CVS] glynn: grass6/scripts/v.db.join v.db.join,1.7,1.8

grass at intevation.de grass at intevation.de
Mon Nov 26 19:15:21 EST 2007


Author: glynn

Update of /grassrepository/grass6/scripts/v.db.join
In directory doto:/tmp/cvs-serv29221/scripts/v.db.join

Modified Files:
	v.db.join 
Log Message:
Remove sqlite3 check


Index: v.db.join
===================================================================
RCS file: /grassrepository/grass6/scripts/v.db.join/v.db.join,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- v.db.join	3 Oct 2007 14:06:32 -0000	1.7
+++ v.db.join	27 Nov 2007 00:15:19 -0000	1.8
@@ -73,12 +73,6 @@
 
 PROG=`basename $0`
 
-#### check if we have awk
-if [ ! -x "`which sqlite3`" ] ; then
-    g.message -e "sqlite3 required, please install first"
-    exit 1
-fi
-
 driver="`v.db.connect -g $GIS_OPT_MAP layer=$GIS_OPT_LAYER | cut -d' ' -f5`"
 database="`v.db.connect -g $GIS_OPT_MAP layer=$GIS_OPT_LAYER | cut -d' ' -f4`"
 if [ "$driver" = "dbf" ] ; then




More information about the grass-commit mailing list