comparison host-tools.sh @ 669:1cf41855bb85

More error checking.
author Rob Landley <rob@landley.net>
date Sun, 29 Mar 2009 15:53:03 -0500
parents 3561574d8a56
children d79f936c8f42
comparison
equal deleted inserted replaced
668:e7eb5123258c 669:1cf41855bb85
5 # Tell bash not to cache the $PATH to anything, so busybox/toybox utilities 5 # Tell bash not to cache the $PATH to anything, so busybox/toybox utilities
6 # get used immediately even if a different executable was found last lookup. 6 # get used immediately even if a different executable was found last lookup.
7 set +h 7 set +h
8 8
9 NO_ARCH=1 9 NO_ARCH=1
10 source sources/include.sh 10 source sources/include.sh || exit 1
11 11
12 echo -e "$HOST_COLOR" 12 echo -e "$HOST_COLOR"
13 echo "=== Building host tools" 13 echo "=== Building host tools"
14 14
15 export LC_ALL=C 15 export LC_ALL=C