mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-27 06:23:42 +00:00
Revert "Don't set LC_ALL=C during build as that breaks python apps"
This reverts commit 921e988db0.
This commit is contained in:
parent
921e988db0
commit
c49f648f92
4
maint.mk
4
maint.mk
@ -117,8 +117,8 @@ news-check-lines-spec ?= 1,10
|
||||
news-check-regexp ?= '^\*.* $(VERSION_REGEXP) \($(today)\)'
|
||||
|
||||
# Prevent programs like 'sort' from considering distinct strings to be equal.
|
||||
# Doing it here saves us from having to set LC_COLLATE elsewhere in this file.
|
||||
export LC_COLLATE = C
|
||||
# Doing it here saves us from having to set LC_ALL elsewhere in this file.
|
||||
export LC_ALL = C
|
||||
|
||||
## --------------- ##
|
||||
## Sanity checks. ##
|
||||
|
||||
Loading…
Reference in New Issue
Block a user