[GRASS-SVN] r30467 - grass/trunk/scripts/v.in.gpsbabel

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 4 11:51:19 EST 2008


Author: hamish
Date: 2008-03-04 11:51:19 -0500 (Tue, 04 Mar 2008)
New Revision: 30467

Modified:
   grass/trunk/scripts/v.in.gpsbabel/v.in.gpsbabel
Log:
single call to error fn

Modified: grass/trunk/scripts/v.in.gpsbabel/v.in.gpsbabel
===================================================================
--- grass/trunk/scripts/v.in.gpsbabel/v.in.gpsbabel	2008-03-04 16:48:13 UTC (rev 30466)
+++ grass/trunk/scripts/v.in.gpsbabel/v.in.gpsbabel	2008-03-04 16:51:19 UTC (rev 30467)
@@ -116,15 +116,15 @@
 
 #### check for gpsbabel 
  if [ ! -x "`which gpsbabel`" ] ; then
-    g.message -e "The gpsbabel program was not found, please install it first."
-    g.message -e "       http://gpsbabel.sourceforge.net"
+    g.message -e "The gpsbabel program was not found, please install it first.
+                  http://gpsbabel.sourceforge.net"
     exit 1
 fi
 
 #### check for cs2cs
 if [ ! -x "`which cs2cs`" ] ; then
-    g.message -e "The cs2cs program was not found, please install it first." 
-    g.message -e "http://proj.maptools.org" 
+    g.message -e "The cs2cs program was not found, please install it first.
+                   http://proj.maptools.org"
     exit 1
 fi
 



More information about the grass-commit mailing list