diff options
author | midipix <writeonce@midipix.org> | 2021-04-17 13:27:38 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-17 13:49:32 +0000 |
commit | c8584d2e92c7958f1572951f87c91a74065af0d6 (patch) | |
tree | 7c34bdacede6d503277eddaaeef45dd81cb7d0f3 /sofort | |
parent | d279fa8515d0880346e61846f717e7112ceb6344 (diff) | |
download | ntapi-c8584d2e92c7958f1572951f87c91a74065af0d6.tar.bz2 ntapi-c8584d2e92c7958f1572951f87c91a74065af0d6.tar.xz |
build system: ccenv_output_defs(): support deferred command expansion.
Diffstat (limited to 'sofort')
-rw-r--r-- | sofort/ccenv/ccenv.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh index 95effcb..5aa1554 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -1271,7 +1271,8 @@ ccenv_output_defs() -e 's/NATIVE_#/#/g' \ -e 's/ =/=/g' \ -e 's/ +=/+=/g' \ - $ccenv_in > "$ccenv_tmp" + $(printf '%s ' $ccenv_in) \ + > "$ccenv_tmp" ccenv_in="$ccenv_tmp" else |