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 | 2f64c91ead80bfb114a4a864c03e9b086be81ee5 (patch) | |
tree | a1a46cee2e0295b863e53039769d61d1cd9fbdb6 /sofort/ccenv/ccenv.sh | |
parent | e347d0480790c97d83a626fbcc2e9b367a71b744 (diff) | |
download | slibtool-2f64c91ead80bfb114a4a864c03e9b086be81ee5.tar.bz2 slibtool-2f64c91ead80bfb114a4a864c03e9b086be81ee5.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.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" \ |