aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/gen_build_files.sh2
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
7export LC_ALL=C
8
7test $# -ge 2 || { echo "Syntax: $0 SRCTREE OBJTREE"; exit 1; } 9test $# -ge 2 || { echo "Syntax: $0 SRCTREE OBJTREE"; exit 1; }
8 10
9# cd to objtree 11# cd to objtree