1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-03-13 23:18:09 +00:00

prepare for PR

This commit is contained in:
Mario Pietsch 2014-09-12 11:50:55 +02:00
parent fcf65433ea
commit 9ca6b6bfb8

View File

@ -54,7 +54,7 @@ _log () {
echo "---> $1"
}
# error handling
# error handling for wrong parameters
error() {
echo "$ARG0: $*" 1>&2
exit 1