diff options
author | midipix <writeonce@midipix.org> | 2019-10-27 23:11:40 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-10-27 23:14:58 +0000 |
commit | ca7f9d05b6b87085faf1b1cfcbefe3afcd4f5163 (patch) | |
tree | 818e25554b9f87e2b007478ee6e4f232112489b4 /sofort/ccenv | |
parent | b3d67cc2a3423fc1519bc45a76272b70f4720540 (diff) | |
download | sbpython2-ca7f9d05b6b87085faf1b1cfcbefe3afcd4f5163.tar.bz2 sbpython2-ca7f9d05b6b87085faf1b1cfcbefe3afcd4f5163.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.sh | 4 |
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" \ |