summaryrefslogtreecommitdiff
path: root/sofort/ccenv
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-10-27 23:11:40 +0000
committermidipix <writeonce@midipix.org>2019-10-27 23:14:57 +0000
commit94a64a2e6158ab77483c8da2a7087c833c5ea0cd (patch)
tree5acef328aaddbb15f7374a67233ca30a96657052 /sofort/ccenv
parent043ef3e8da8e5bc3731c369b34c407876e96e02d (diff)
downloadbcparser-94a64a2e6158ab77483c8da2a7087c833c5ea0cd.tar.bz2
bcparser-94a64a2e6158ab77483c8da2a7087c833c5ea0cd.tar.xz
build system: ccenv_set_cc_bits(): $ccenv_internal_test is a format specifier.
Diffstat (limited to 'sofort/ccenv')
-rw-r--r--sofort/ccenv/ccenv.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index 59f0105..f69bb9c 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -470,8 +470,8 @@ ccenv_set_cc_bits()
for ccenv_internal_guess in 64 32 128; do
if [ -z $ccenv_internal_size ]; then
- ccenv_internal_str=$(printf '%s' "$ccenv_internal_test" \
- "$ccenv_internal_type" \
+ ccenv_internal_str=$(printf "$ccenv_internal_test" \
+ "$ccenv_internal_type" \
"$ccenv_internal_guess")
printf '%s' "$ccenv_internal_str" \