summaryrefslogtreecommitdiff
path: root/sofort
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:58 +0000
commit5e7f94fff256eb1af1c099f92c3c7a3e621722b4 (patch)
tree908844577f7a2c145ff48346d5bf80329db1a9d0 /sofort
parentab7547ed24c6fa8e0dfeba729fca8c1e59e9e967 (diff)
downloadsbpython3-5e7f94fff256eb1af1c099f92c3c7a3e621722b4.tar.bz2
sbpython3-5e7f94fff256eb1af1c099f92c3c7a3e621722b4.tar.xz
build system: ccenv_set_cc_bits(): $ccenv_internal_test is a format specifier.
Diffstat (limited to 'sofort')
-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" \