summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/configure7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/configure b/lib/configure
index 7d4cec8..363f5b4 100755
--- a/lib/configure
+++ b/lib/configure
@@ -6,12 +6,7 @@ LC_ALL=C
export LC_ALL
echo_n() {
- if [ -n "$BASH" ]
- then
- echo -n "$*"
- else
- echo "$*\c"
- fi
+ printf '%s' "$*"
}
if [ -z "$VERSION" -o -z "$IDSDIR" ] ; then