From 746e1ade11eece4ec6ef1553fb5e7f38fb580023 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 31 Dec 2010 15:49:44 +0100 Subject: allow backslash codes in die_error message --- libui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libui.sh b/libui.sh index 2e52fc9..b3a4bc0 100644 --- a/libui.sh +++ b/libui.sh @@ -91,7 +91,7 @@ seteditor() { # Do not call other functions like debug, notify, .. here because that might cause loops! die_error () { - echo "ERROR: $@" >&2 + echo -e "ERROR: $@" >&2 exit 2 } -- cgit v1.2.3