diff options
-rwxr-xr-x | scripts/gen_build_files.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gen_build_files.sh b/scripts/gen_build_files.sh index 92de681ac..8b5b15a1b 100755 --- a/scripts/gen_build_files.sh +++ b/scripts/gen_build_files.sh | |||
@@ -4,6 +4,8 @@ | |||
4 | # but users complain that many sed implementations | 4 | # but users complain that many sed implementations |
5 | # are misinterpreting --. | 5 | # are misinterpreting --. |
6 | 6 | ||
7 | export LC_ALL=C | ||
8 | |||
7 | test $# -ge 2 || { echo "Syntax: $0 SRCTREE OBJTREE"; exit 1; } | 9 | test $# -ge 2 || { echo "Syntax: $0 SRCTREE OBJTREE"; exit 1; } |
8 | 10 | ||
9 | # cd to objtree | 11 | # cd to objtree |