From 8621a25c085f1fbc2b9f162d6ba562602c736003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Tue, 18 Feb 2025 09:29:31 +0100 Subject: [PATCH] phpsg.sh: Add stricter bash options. --- phpsg.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpsg.sh b/phpsg.sh index a272f47..9ad3f96 100755 --- a/phpsg.sh +++ b/phpsg.sh @@ -22,6 +22,8 @@ # 3. This notice may not be removed or altered from any source # distribution. +set -euo pipefail + SOURCE_DIR="src" OUTPUT_DIR="output"