diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-30 21:46:31 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-30 22:03:59 -0800 |
commit | 5a99dc0e5bcfcd8d1a61de66311764c438a0188d (patch) | |
tree | 158ed4bec5a2f934e51729e124e0ebcaec7ee9f9 /Tools | |
parent | misc/py-pyct: Update 0.4.8 → 0.5.0 (diff) |
Tools/scripts/add-port-to-category-makefile.sh: Add export LC_ALL=C
PR: 268737
Suggested by: bdrewery@
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/add-port-to-category-makefile.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/scripts/add-port-to-category-makefile.sh b/Tools/scripts/add-port-to-category-makefile.sh index 691b21fff996..f77c46b0c90c 100755 --- a/Tools/scripts/add-port-to-category-makefile.sh +++ b/Tools/scripts/add-port-to-category-makefile.sh @@ -7,6 +7,8 @@ PORT="$1" set -e set -o pipefail +export LC_ALL=C + ## ## add-port-to-category-makefile.sh: adds a new port to {category}/Makefile ## |