Kaydet (Commit) 46812c47 authored tarafından Colomban Wendling's avatar Colomban Wendling

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.
üst 0dd13069
......@@ -2,7 +2,7 @@
set -e
export LANG=C
export LC_ALL=C
DATE=${1:-now}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment