We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
printf %s
echo -n
1 parent 939c53e commit 2c0db5eCopy full SHA for 2c0db5e
mk/main.mk
@@ -22,7 +22,7 @@ CFG_PRERELEASE_VERSION=.1
22
23
# Append a version-dependent hash to each library, so we can install different
24
# versions in the same place
25
-CFG_FILENAME_EXTRA=$(shell echo -n $(CFG_RELEASE) | $(CFG_HASH_COMMAND))
+CFG_FILENAME_EXTRA=$(shell printf '%s' $(CFG_RELEASE) | $(CFG_HASH_COMMAND))
26
27
ifeq ($(CFG_RELEASE_CHANNEL),stable)
28
# This is the normal semver version string, e.g. "0.12.0", "0.12.0-nightly"
0 commit comments