summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
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()