[...]
Hello,
The curly-braces check ("{foo,bar} instead of foo bar") also has some
false positives, afaik ${VARIABLE} is perfectly legal but trigggers a
warning:
I: exim4-base: bash-term-in-posix-shell [etc/cron.daily/exim4-base:62] '${HOSTNAME
The line number seems to be off, BTW:
ametzler@argenau:/tmp/EXIM4$ cat -n exim-4.95/debian/exim4-base/etc/cron.daily/exim4-base | grep HOSTNAME
38 if ! HOSTNAME=$(/usr/sbin/exim4 -be '${primary_hostname}'); then
39 HOSTNAME="$(hostname)"
61 | mail -s"${HOSTNAME} Daily e-mail activity report" \
65 | mail -s"${HOSTNAME} Daily e-mail activity report" \
91 "${HOSTNAME}" "${E4BCD_PANICLOG_REPORT_TO}" "${HOSTNAME}" \
cu Andreas