mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-25 06:00:29 -04:00
LC_ALL=C
This commit is contained in:
parent
7c150d116d
commit
9f5e522b83
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue