Skip to content

Commit b2f560e

Browse files
committed
[CSS2] Give the CSS2 build system the LC_ALL it requires
1 parent c662125 commit b2f560e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

css2/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ INSTALLDIR = $(TR_DIR)/$(THE_LOC)
6565
THIS_VERSION = http://www.w3.org/TR/$(THE_LOC)
6666
THE_LATEST_VERSION = http://www.w3.org/TR/$(PERMANENT_NAME)
6767

68+
export LC_ALL=en_US.ISO8859-1
69+
6870
ROOT = .
6971

7072
# the following files are part of the CSS specification

0 commit comments

Comments
 (0)