X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-host-1.sh;h=3719026e4949b11930d0673f251cc8808ba649f8;hb=dc47746daf73c65126a80b723ad52b8327b06960;hp=34598a072c857f226e362135cfa31ce010ee67a2;hpb=de26f53dce412ab8ae84313d4937045498910d46;p=sbcl.git diff --git a/make-host-1.sh b/make-host-1.sh index 34598a0..3719026 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