@@ -1,7 +1,7 @@
#!/bin/sh
ERR () {
- printf '[ERROR] %s' "$1"
+ printf '[ERROR] %s\n' "$1"
test -n "$2" && exit "$2"
}