]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
contrithanks.sh: drop set -e
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 Apr 2025 07:41:49 +0000 (09:41 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 Apr 2025 09:44:26 +0000 (11:44 +0200)
Makes the script work again

Closes #16914

scripts/contrithanks.sh

index 71ed92b713431733d65fcf4ab86c1d62335a7a49..98eefc8ccdbd15732441a9edaa011cab3a049dd2 100755 (executable)
@@ -27,7 +27,7 @@
 # This script updates the docs/THANKS document.
 #
 
-set -eu
+set -u
 
 start="${1:-}"