Update gen-compiler-includes.sh

This commit is contained in:
alexey-milovidov 2018-01-09 20:19:10 +03:00
parent 3a97fbd0e7
commit 6b758edbbc

View File

@ -4,7 +4,7 @@
# Usage: ./gen-includes.sh [COMPILER]
#
# Set local to C to capture GCC's "search starts here" text in English
# Set locale to C to capture GCC's "search starts here" text in English
export LANG=C
export LC_ALL=C
export LC_MESSAGES=C