diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 17:11:47 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 17:16:22 +0000 |
commit | cf0dd33e7a41ecef89a4bfa815d09469b93d0b4f (patch) | |
tree | 5c7f7a2f0d059e6999515e291fa86e27609ff4e0 /sofort | |
parent | 7c8a5ff0d8be3084983b9aea81a4d591f7d38fa3 (diff) | |
download | mmglue-cf0dd33e7a41ecef89a4bfa815d09469b93d0b4f.tar.bz2 mmglue-cf0dd33e7a41ecef89a4bfa815d09469b93d0b4f.tar.xz |
build system: ccenv: ccenv_output_defs(): properly handle m4 comment lines.
Diffstat (limited to 'sofort')
-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 f05ff49..d1d6085 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -1390,12 +1390,12 @@ ccenv_output_defs() fi ccenv_var_defs= - ccenv_sed_substs= + ccenv_sed_substs="-e s/@ccenv_cfgtype@/${ccenv_cfgtype}/g" ccenv_vars=$(cut -d'=' -f1 "$mb_project_dir/sofort/ccenv/ccenv.vars" \ | grep -v '^#'); - ccenv_exvars="ccenv_cfgtype ccenv_makevar_prefix" + ccenv_exvars="ccenv_makevar_prefix" for __var in $(printf '%s' "$ccenv_vars $ccenv_exvars"); do ccenv_sed_subst=$(printf '%s %s%s%s' \ |