contrithanks.sh: drop set -e

Makes the script work again

Closes #16914
This commit is contained in:
Daniel Stenberg 2025-04-02 09:41:49 +02:00
parent 1c31498817
commit 8c2392e564
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -27,7 +27,7 @@
# This script updates the docs/THANKS document.
#
set -eu
set -u
start="${1:-}"