From 3ca5936c9d0b6c3e553c8883871e1b51c8bf838d Mon Sep 17 00:00:00 2001 From: Valentin Volkl Date: Fri, 3 Jan 2025 16:09:27 +0100 Subject: [PATCH] fix typo --- makedist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makedist b/makedist index 07978ff..03e2aff 100755 --- a/makedist +++ b/makedist @@ -348,7 +348,7 @@ if $INCLUDEHELPER; then if [ -z "$URL" ]; then echo "No scitokens-cpp package found from $EPELURL" >&2 exit 1 - f + fi URLS="$URLS $URL" fi