summaryrefslogtreecommitdiff
path: root/get-version
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-11-26 14:00:30 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-11-26 14:00:30 +0300
commit414ea1706306e061fc44a8b5ce3042d4f0728489 (patch)
treeef0b2c4eac79e479ed686a5d88d7b3b954717824 /get-version
parented2b463626bd721942143baa6207f2ccac67a616 (diff)
parent89afa9af7cd589eb8384ed96b6d86dd59d56bdf5 (diff)
downloaddpkg-414ea1706306e061fc44a8b5ce3042d4f0728489.tar.gz
Merge https://salsa.debian.org/dpkg-team/dpkg
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"