summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xversion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.sh b/version.sh
index c160088..c656f7d 100755
--- a/version.sh
+++ b/version.sh
@@ -28,7 +28,7 @@ fi
if [ "$opt" = "--configure" ]; then
# Omit the trailing newline, so that m4_esyscmd can use the result directly.
- echo "$v" | tr -d '\n'
+ echo -n "$v"
else
echo "$v"
fi