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 | 2acaac06f327f50c9714d5db89d8aa115826c24e (patch) | |
tree | f965da485ca0467e5b6b46591ec2f436cd5a806f /sofort/cfgtest | |
parent | 789c9e092095cb9485fa47bd27fd8c9e7c7ebc3a (diff) | |
download | pemagine-2acaac06f327f50c9714d5db89d8aa115826c24e.tar.bz2 pemagine-2acaac06f327f50c9714d5db89d8aa115826c24e.tar.xz |
build system: cfgtest_header_absence(): output name of missing header.
Diffstat (limited to 'sofort/cfgtest')
-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}" } |