commit b4db372bef665dc5b20258f790a9cb768f7cca34 parent 33ed352b5c4e912b3e69399fd86f1d67a8373031 Author: oblique <psyberbits@gmail.com> Date: Tue, 9 Jun 2015 22:26:17 +0300 Redirect warning to stderr Diffstat:
M | create_ap | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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