From 8bbe7ff2112441a2d5783b320536fdba137f7ec2 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sun, 25 Aug 2024 18:01:44 -0300 Subject: [PATCH] Add uniform comment to setup.sh --- scripts/setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup.sh b/scripts/setup.sh index a7ebc8369..979215d5d 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -6,6 +6,7 @@ set -xeu +# Fail earlier if required variables are not set test -n ${PYDOC_VERSION+x} test -n ${PYDOC_REPO+x} test -n ${PYDOC_LANGUAGE+x}