summaryrefslogtreecommitdiff
path: root/make-host-1.sh
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2005-09-16 13:26:39 +0000
committerThiemo Seufer <ths@networkno.de>2005-09-16 13:26:39 +0000
commitbabd45f7788c2f50c9d6193c1c7108e0a6b3a547 (patch)
treef8d832cffaed42757b98160298a348db96522b0f /make-host-1.sh
parent85483d976cc2d779493985f77f39efefb2ea622b (diff)
0.9.4.72:
Robustify the build system scripts.
Diffstat (limited to 'make-host-1.sh')
-rw-r--r--make-host-1.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/make-host-1.sh b/make-host-1.sh
index 34598a072..3719026e4 100644
--- a/make-host-1.sh
+++ b/make-host-1.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+set -e
# This is a script to be run as part of make.sh. The only time you'd
# want to run it by itself is if you're trying to cross-compile the
@@ -16,7 +17,8 @@
echo //entering make-host-1.sh
LANG=C
-export LANG
+LC_ALL=C
+export LANG LC_ALL
# Compile and load the cross-compiler. (We load it here not because we're
# about to use it, but because it's written under the assumption that each