# HG changeset patch # User HackBot # Date 1477869379 0 # Node ID f3701584421e3b240cad10d6674b5f12acdfab13 # Parent acff4cf8b29165405386764fbe59371da49825d8 mkx bin/icao//grep -i "$1" share/airports.dat | cut -d \',\' -f 6 diff -r acff4cf8b291 -r f3701584421e bin/icao --- a/bin/icao Sun Oct 30 23:16:00 2016 +0000 +++ b/bin/icao Sun Oct 30 23:16:19 2016 +0000 @@ -1,1 +1,1 @@ -grep "$1" share/airports.dat | cut -d ',' -f 6 +grep -i "$1" share/airports.dat | cut -d ',' -f 6