txt/unquote
Some checks failed
/ arch (push) Successful in 2m46s
/ alpine (push) Successful in 1m51s
/ fedora (push) Successful in 12m29s
/ opensuse (push) Successful in 4m11s
/ alma (push) Successful in 11m25s
/ rocky (push) Successful in 11m32s
/ ubuntu (push) Successful in 5m45s
/ debian (push) Failing after 3m24s
Some checks failed
/ arch (push) Successful in 2m46s
/ alpine (push) Successful in 1m51s
/ fedora (push) Successful in 12m29s
/ opensuse (push) Successful in 4m11s
/ alma (push) Successful in 11m25s
/ rocky (push) Successful in 11m32s
/ ubuntu (push) Successful in 5m45s
/ debian (push) Failing after 3m24s
This commit is contained in:
parent
ee44075066
commit
90eb95f28b
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ spcd_txt_locale() {
|
|||
"LC_MEASUREMENT" \
|
||||
"LC_IDENTIFICATION"
|
||||
for spcd_step__locale__name in "${@}"; do
|
||||
export "${spcd_step__locale__name}=\"${spcd_step__locale__value}\""
|
||||
export "${spcd_step__locale__name}=${spcd_step__locale__value}"
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue