Rendi i guard GREZZO compatibili con set -u

This commit is contained in:
2026-02-06 20:35:42 +01:00
parent 3efc5e6d61
commit 8b825642c3
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# Questo è un esempio di custom callback. poetry_feat_needed chiama prima poetry_feat_add_django,
# qui definito, che può effettuare altre operazioni prima e/o dopo il lancio di poetry_feat_add.
[ ! -z "${GREZZO_1577141483}" ] && return; GREZZO_1577141483=0
[ -n "${GREZZO_1577141483-}" ] && return; GREZZO_1577141483=0
unset CDPATH
DOVE="$(cd "$(dirname "$(readlink -f -- "${BASH_SOURCE[0]}")")" > /dev/null && pwd -P)"