This commit is contained in:
Patrick Schleizer 2025-01-30 07:53:04 -05:00
parent 7c150d116d
commit 9f5e522b83
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -8,7 +8,7 @@ set -o nounset
set -o errtrace set -o errtrace
set -o pipefail set -o pipefail
export LANG=C export LC_ALL=C
write_pid_file() { write_pid_file() {
[[ -z "${TMP:-}" ]] && error "TMP is unset" [[ -z "${TMP:-}" ]] && error "TMP is unset"