Skip to content

Commit

Permalink
Improved locale override in masterfiles stage scripts
Browse files Browse the repository at this point in the history
LANG is not sufficient to guard against odd environment vars, LC_ALL is a master override so prefer that.

Ticket: ENT-10753
Changelog: title
  • Loading branch information
craigcomstock committed Oct 9, 2023
1 parent 81e51d8 commit 3cefecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/masterfiles-stage/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ git_cfbs_deploy_refspec() {
# (See long comment at end of function def.)

# The chipmunk in cfbs output breaks things without this or similar
export LANG=en_US.utf-8
export LC_ALL=en_US.utf-8

# Ensure absolute pathname is given
[ "${1:0:1}" = / ] ||
Expand Down

0 comments on commit 3cefecb

Please sign in to comment.