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/fdie | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/functions/fdie') diff --git a/etc/functions/fdie b/etc/functions/fdie index 10c4ed5..e96aeef 100644 --- a/etc/functions/fdie +++ b/etc/functions/fdie @@ -1,2 +1,3 @@ -echo -e "${fail}${*}${reset}" +## vim:ft=zsh +echo -e "${fail}${*}${reset}" > /dev/stderr return 1 -- cgit v1.2.3