challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit a23b407ece62377c65a9f8a91a55db3093a2d4d5
parent fed20110270c1103598b45181383d7dbd7bdf12f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 10 Apr 2025 18:52:45 +0200

-fix scripting issues

Diffstat:
Mcontrib/ci/jobs/0-codespell/dictionary.txt | 1+
Msrc/challenger/challenger-send-post.sh | 3++-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/contrib/ci/jobs/0-codespell/dictionary.txt b/contrib/ci/jobs/0-codespell/dictionary.txt @@ -13,3 +13,4 @@ complet ges UE Te +FO diff --git a/src/challenger/challenger-send-post.sh b/src/challenger/challenger-send-post.sh @@ -202,6 +202,7 @@ in COUNTRY='Costa Rica' ;; CI) +#shellcheck disable=SC1112 COUNTRY='Côte d’Ivoire' ;; HR) @@ -795,7 +796,7 @@ ADDRESS_TEX=$(echo -n "${ADDRESS_LINES%$'\n'}" | awk '{printf "%s\\\\\n", $0}') MYDIR=$(mktemp -d /tmp/authorization-post-XXXXXX) cd "$MYDIR" -cat - | sed -e "s/%NAME%/$CONTACT_NAME/g" \ +sed -e "s/%NAME%/$CONTACT_NAME/g" \ -e "s/%ADDRESS%/$ADDRESS_TEX/g" \ -e "s/%COUNTRY%/$COUNTRY/g" > input.tex <<EOF \NeedsTeXFormat{LaTeX2e}