summaryrefslogtreecommitdiff
path: root/sofort/ccenv/ccenv.sh
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
commite7be1da47937895f930907d56d4f19c47608394e (patch)
treebf24d75b0ae216306b08bcba886eb278e4fb0b2b /sofort/ccenv/ccenv.sh
parentf32cac4536963bee044e019917ca214e2e3434bf (diff)
downloadapimagic-e7be1da47937895f930907d56d4f19c47608394e.tar.bz2
apimagic-e7be1da47937895f930907d56d4f19c47608394e.tar.xz
build system: ccenv_set_cc_bits(): $ccenv_internal_test is a format specifier.
Diffstat (limited to 'sofort/ccenv/ccenv.sh')
-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" \