From c879b84594122637ac80295111bfd478444c7983 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 7 Dec 2022 00:02:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Use=20full=20path=20to=20`bash`?= =?UTF-8?q?=20in=20shebang?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twine-upload.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/twine-upload.sh b/twine-upload.sh index 690b8c2..9dfe6e0 100755 --- a/twine-upload.sh +++ b/twine-upload.sh @@ -1,4 +1,5 @@ -#! /usr/bin/env bash +#! /bin/bash + set -Eeuo pipefail