Remove redundant set -e; not using set -x

This commit is contained in:
Celestial.y
2025-12-18 21:25:11 +08:00
committed by GitHub
parent 17a3874ab1
commit a38c725d3d
-1
View File
@@ -1,6 +1,5 @@
# This script is meant to be sourced. # This script is meant to be sourced.
# It's not for directly running. # It's not for directly running.
set -ex
# ------------------------- # -------------------------
# CONFIG # CONFIG
# ------------------------- # -------------------------