From 86791f8248fb07e1551a8b970314908eb19669bc Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 20 Apr 2016 00:19:44 +0200 Subject: bug fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- metar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metar b/metar index 4953882..9555025 100755 --- a/metar +++ b/metar @@ -109,7 +109,7 @@ elif test $# = 2 && test "$1" = "set"; then elif test $# = 1 && test "$1" = "list"; then list_stations "" elif test $# = 2 && test "$1" = "list"; then - list_stations "$(echo "$2" | tr [a-z] [A-Z])" + list_stations "$(echo "$2" | tr '[a-z]' '[A-Z]')" elif test $# = 1 && test "$1" = "closest"; then location="$(get_location)" list_stations "" | get_closest $location -- cgit v1.2.3-70-g09d2