git: 5a99dc0e5bcf - main - Tools/scripts/add-port-to-category-makefile.sh: Add export LC_ALL=C
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Jan 2023 06:04:04 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a99dc0e5bcfcd8d1a61de66311764c438a0188d commit 5a99dc0e5bcfcd8d1a61de66311764c438a0188d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-01-31 05:46:31 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-01-31 06:03:59 +0000 Tools/scripts/add-port-to-category-makefile.sh: Add export LC_ALL=C PR: 268737 Suggested by: bdrewery@ --- Tools/scripts/add-port-to-category-makefile.sh | 2 ++ 1 file changed, 2 insertions(+) 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 ##