From 3b39caa176bd42aa188d7aa9a46aac58309aaca5 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Fri, 23 Dec 2011 00:03:25 +0100 Subject: [PATCH] zsh:weather: --typo --- usr_share_grml/zsh/functions/weather | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr_share_grml/zsh/functions/weather b/usr_share_grml/zsh/functions/weather index 44a87e1..b89e597 100644 --- a/usr_share_grml/zsh/functions/weather +++ b/usr_share_grml/zsh/functions/weather @@ -3,7 +3,7 @@ emulate -L zsh -if [[ -n "$1" ]]; then +if [[ -z "$1" ]]; then print 'Usage: weather ' print \ 'List of stations: http://en.wikipedia.org/wiki/List_of_airports_by_ICAO_code' -- 2.1.4