summaryrefslogtreecommitdiff
path: root/libui.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libui.sh')
-rw-r--r--libui.sh2
1 files changed, 1 insertions, 1 deletions
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
}