From 57bbee72e10787e69755e960c6784d75b16298ad Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 17 Apr 2021 13:27:38 +0000 Subject: build system: ccenv_output_defs(): support deferred command expansion. --- sofort/ccenv/ccenv.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sofort/ccenv/ccenv.sh') 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 -- cgit v1.2.3