Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / planetlab / exp-tool / Makefile
index 52aae82..ad56acc 100644 (file)
@@ -486,7 +486,7 @@ cache/geocode.%: cache/loc.% $(CONF)
 
 cache/loc.%: $(CONF)
        @wget -O - 'http://freegeoip.net/csv/$(HOST_$*)' | \
-           awk -F, '{ printf "%s, %s\n", $$8, $$9 }' > $@
+           awk -F'", *"' '{ printf "\"%s\", \"%s\"\n", $$8, $$9 }' > $@
 
 ####################
 # 'virtual' targets in that there's no real file attached