diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 21:27:03 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 21:28:47 +0000 |
commit | f0c7b47e684c141673bda6b24b95a1762a5c2311 (patch) | |
tree | 23b3d642369e2cde11cb7456a79354a825dc1f3d /sofort | |
parent | 42a52f936f5a78f55bb1142829f938a3ad2e928e (diff) | |
download | w32lib-f0c7b47e684c141673bda6b24b95a1762a5c2311.tar.bz2 w32lib-f0c7b47e684c141673bda6b24b95a1762a5c2311.tar.xz |
build system: cfgtest_header_absence(): output name of missing header.
Diffstat (limited to 'sofort')
-rw-r--r-- | sofort/cfgtest/cfgtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sofort/cfgtest/cfgtest.sh b/sofort/cfgtest/cfgtest.sh index 50b7d48..71f03ec 100644 --- a/sofort/cfgtest/cfgtest.sh +++ b/sofort/cfgtest/cfgtest.sh @@ -333,7 +333,7 @@ cfgtest_header_absence() "$mb_cfgtest_cfgtype" "${1}" >&3 printf '%s\n' '------------------------' >&3 - cfgtest_epilog 'header' '-----' + cfgtest_epilog 'header' '-----' "${1}" } |