[GRASS-SVN] r31839 - grass/branches/develbranch_6/scripts/v.in.gpsbabel

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 24 08:38:39 EDT 2008


Author: hamish
Date: 2008-06-24 08:38:39 -0400 (Tue, 24 Jun 2008)
New Revision: 31839

Modified:
   grass/branches/develbranch_6/scripts/v.in.gpsbabel/v.in.gpsbabel
Log:
make last commit work

Modified: grass/branches/develbranch_6/scripts/v.in.gpsbabel/v.in.gpsbabel
===================================================================
--- grass/branches/develbranch_6/scripts/v.in.gpsbabel/v.in.gpsbabel	2008-06-24 12:18:27 UTC (rev 31838)
+++ grass/branches/develbranch_6/scripts/v.in.gpsbabel/v.in.gpsbabel	2008-06-24 12:38:39 UTC (rev 31839)
@@ -300,7 +300,7 @@
     cat "${TMP}.xcsv" | tr '+' '|' | cut -f3,4,5,6 -d '|' | \
 	sed -e 's/-99999999.000000//' -e 's/|$/|_/' \
 	    -e 's/01\/01\/1970|00:00:00 AM/|/' \
-	    -e 's/^|/|/'> "$TMP".attributes
+	    -e 's/^|/0|/'> "$TMP".attributes
 
 
     #### reproject if needed



More information about the grass-commit mailing list