diff options
author | midipix <writeonce@midipix.org> | 2019-10-27 23:11:40 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-10-27 23:14:57 +0000 |
commit | 54c0a1040154d14968b0e45727acd74dd37e2a37 (patch) | |
tree | 5c88ac7e1c10ac0f84f6f0b87dab09e6ddca8c9d /sofort/ccenv | |
parent | e7d3ab1f2e1ef0cb03d32a07d3b14948656c1c2a (diff) | |
download | ntapi-54c0a1040154d14968b0e45727acd74dd37e2a37.tar.bz2 ntapi-54c0a1040154d14968b0e45727acd74dd37e2a37.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" \ |