summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-10-26 22:27:11 +0000
committermidipix <writeonce@midipix.org>2019-10-26 22:35:16 +0000
commit043ef3e8da8e5bc3731c369b34c407876e96e02d (patch)
tree3bcff5fb2d0300ae3a6e6f77c38d46a2916e8659 /configure
parent877787474288b9de844d1294712e7e25b1048394 (diff)
downloadbcparser-043ef3e8da8e5bc3731c369b34c407876e96e02d.tar.bz2
bcparser-043ef3e8da8e5bc3731c369b34c407876e96e02d.tar.xz
build system: configure: error_msg(), warning_msg(): add terminating newline.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 4268290..fd82db9 100755
--- a/configure
+++ b/configure
@@ -38,12 +38,12 @@ usage()
error_msg()
{
- printf '%s' "$@" >&2
+ printf '%s\n' "$@" >&2
}
warning_msg()
{
- printf '%s' "$@" >&2
+ printf '%s\n' "$@" >&2
}
verify_safe_path()