phpsg.sh: Add stricter bash options.

This commit is contained in:
Nicolás A. Ortega Froysa 2025-02-18 09:29:31 +01:00
parent a13d4dd824
commit 8621a25c08

View File

@ -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"