summaryrefslogtreecommitdiff
path: root/get-version
diff options
context:
space:
mode:
Diffstat (limited to 'get-version')
-rwxr-xr-xget-version2
1 files changed, 1 insertions, 1 deletions
diff --git a/get-version b/get-version
index 6bfdcb1ad..3bc3c1bc0 100755
--- a/get-version
+++ b/get-version
@@ -38,4 +38,4 @@ else
fi
# Use printf to avoid the trailing new line that m4_esyscmd would not handle.
-printf "$version"
+printf "%s" "$version"