diff options
author | Erich Eckner <git@eckner.net> | 2024-09-29 10:00:27 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2024-09-29 10:04:06 +0200 |
commit | 8da597c286ba3d5c54b17dd87844bf907b3e90a6 (patch) | |
tree | 1d7b92d72bedf62af441ffc4bc917eecb7dc925e | |
parent | 5ff64b10fac22cc7b73fd15d6968e155d14026d5 (diff) | |
download | Bachkantaten-8da597c286ba3d5c54b17dd87844bf907b3e90a6.tar.xz |
-rwxr-xr-x | heutigeBachkantaten | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heutigeBachkantaten b/heutigeBachkantaten index b875bd0..d2bf53a 100755 --- a/heutigeBachkantaten +++ b/heutigeBachkantaten @@ -212,7 +212,7 @@ sonntag_nach() { date +%s -d"${Y}-09-15" ) else - >&2 printf '%s >>%s<<\n' "${bwv}" "${sonntag}" + >&2 printf 'unbekannter Sonntag für Kantate %s: >>%s<<\n' "${bwv}" "${sonntag}" continue fi if [ -n "${plus}" ]; then |