From b94180bb006da19fd1279c7e78f526e75097a1e5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 13 Mar 2009 21:47:32 +0100 Subject: die, fdie, warn: Print to stderr --- etc/functions/warn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/functions/warn') diff --git a/etc/functions/warn b/etc/functions/warn index ff8c7d3..4180025 100644 --- a/etc/functions/warn +++ b/etc/functions/warn @@ -1 +1,2 @@ -echo -e "${warn}${*}${reset}" +## vim:ft=zsh +echo -e "${warn}${*}${reset}" > /dev/stderr -- cgit v1.2.3