summaryrefslogtreecommitdiff
path: root/get-version
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2010-12-17 11:13:04 +0100
committerGuillem Jover <guillem@hadrons.org>2012-05-29 04:35:55 +0200
commitdcaa93d9843d6e0ac77c48541036a69bc4cadd21 (patch)
tree7978a1c9d8dbc53313c27f67172005bc0850a05f /get-version
parent0aa777f47e6ed96c963cc6de4aee7e78f8f9b07f (diff)
build: Switch to autotools
Diffstat (limited to 'get-version')
-rwxr-xr-xget-version3
1 files changed, 2 insertions, 1 deletions
diff --git a/get-version b/get-version
index 21f5dfd..591f593 100755
--- a/get-version
+++ b/get-version
@@ -44,4 +44,5 @@ else
exit 1
fi
-echo "$version"
+# Use printf to avoid the trailing new line that m4_esyscmd would not handle.
+printf "$version"