[geany/geany] 46812c: Fix scripts/set-release-date when LC_TIME is set
Colomban Wendling
git-noreply at xxxxx
Sun Mar 19 17:20:53 UTC 2017
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Sun, 19 Mar 2017 17:20:53 UTC
Commit: 46812c47fbb363cd8d8f418cf3c7b10f280f7051
https://github.com/geany/geany/commit/46812c47fbb363cd8d8f418cf3c7b10f280f7051
Log Message:
-----------
Fix scripts/set-release-date when LC_TIME is set
We actually need to override LC_TIME if it is set, so use LC_ALL which
overrides everything rather than LANG that is used as a fallback.
Modified Paths:
--------------
scripts/set-release-date
Modified: scripts/set-release-date
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -2,7 +2,7 @@
set -e
-export LANG=C
+export LC_ALL=C
DATE=${1:-now}
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list