dbus activation
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Thu, 8 Oct 2009 22:25:09 +0000 (22:25 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Thu, 8 Oct 2009 22:25:09 +0000 (22:25 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit@2653 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/script/check_itemdef

index c2d23e4..1aa7444 100755 (executable)
@@ -34,7 +34,7 @@ do
 done
 
 echo "garmintypes.txt"
-grep "^[0-9]" ../data/garmin/garmintypes.txt | sed -e 's/[A-Z][A-Z]*, //' -e 's/.*= \([^,]*\),.*/\1/' | sort -u |
+grep "^[0-9]" ../map/garmin/garmintypes.txt | sed -e 's/[A-Z][A-Z]*, //' -e 's/.*= \([^,]*\),.*/\1/' | sort -u |
 while read -r x
 do
        check_item_def "$x"