From b4db372bef665dc5b20258f790a9cb768f7cca34 Mon Sep 17 00:00:00 2001 From: oblique Date: Tue, 9 Jun 2015 22:26:17 +0300 Subject: [PATCH] Redirect warning to stderr --- create_ap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_ap b/create_ap index 73b9180..2045ace 100755 --- a/create_ap +++ b/create_ap @@ -1071,7 +1071,7 @@ while :; do --list) shift LIST_RUNNING=1 - echo -e "WARN: --list is deprecated. Use --list-running instead.\n" 2>&1 + echo -e "WARN: --list is deprecated, use --list-running instead.\n" >&2 ;; --list-running) shift