diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 21:27:03 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 21:28:43 +0000 |
commit | 53ca2cfc3107ae8c885c2125a03d843483c3a0af (patch) | |
tree | e635680db4568d7452210f799a6d5c9b6e41e44e | |
parent | 1b7dee32a07f3948be6383ec3ad1c7bc17dc77bc (diff) | |
download | perk-53ca2cfc3107ae8c885c2125a03d843483c3a0af.tar.bz2 perk-53ca2cfc3107ae8c885c2125a03d843483c3a0af.tar.xz |
build system: cfgtest_header_absence(): output name of missing header.
-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}" } |