summaryrefslogtreecommitdiffstats
path: root/bin/functions.sh
diff options
context:
space:
mode:
authorroot <root@dev.spline.de>2008-08-17 15:20:12 +0200
committerroot <root@dev.spline.de>2008-08-17 15:20:12 +0200
commit4f886b2cbbc86353c81364710f187cc07aec0305 (patch)
treec81cb46c7c6c3d4feafe5a67c0895ebb023a09fb /bin/functions.sh
parentf27184e291baddcc572ddd2db7ccbafd42278620 (diff)
downloaddev-scripts-4f886b2cbbc86353c81364710f187cc07aec0305.tar.gz
dev-scripts-4f886b2cbbc86353c81364710f187cc07aec0305.tar.xz
dev-scripts-4f886b2cbbc86353c81364710f187cc07aec0305.zip
add some sanity checks
Diffstat (limited to 'bin/functions.sh')
-rw-r--r--bin/functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/functions.sh b/bin/functions.sh
index 3dbbb7c..f872c77 100644
--- a/bin/functions.sh
+++ b/bin/functions.sh
@@ -86,6 +86,7 @@ ewarn() {
}
eerror() {
+ echo
_ewrap eerror "$*"
return 1
}