summaryrefslogtreecommitdiffhomepage
path: root/sofort/ccenv
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-17 13:27:38 +0000
committermidipix <writeonce@midipix.org>2021-04-17 13:49:32 +0000
commitc5a84713628e32da720023f9942d167ad1148873 (patch)
treeb671521d77a31068df06ecf1b2207862bbc66b2d /sofort/ccenv
parentaee4a28e66fed46ddd2d478a0df63890738785d7 (diff)
downloadmmglue-c5a84713628e32da720023f9942d167ad1148873.tar.bz2
mmglue-c5a84713628e32da720023f9942d167ad1148873.tar.xz
build system: ccenv_output_defs(): support deferred command expansion.
Diffstat (limited to 'sofort/ccenv')
-rw-r--r--sofort/ccenv/ccenv.sh3
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