diff host-tools.sh @ 1769:cb94b575c2d2 draft

Switch from ash (which #errors building nommu) to hush.
author Rob Landley <rob@landley.net>
date Wed, 10 Jun 2015 11:24:42 -0500
parents b89324905ca2
children 315c9e9af893
line wrap: on
line diff
--- a/host-tools.sh	Mon Jun 08 09:08:59 2015 -0500
+++ b/host-tools.sh	Wed Jun 10 11:24:42 2015 -0500
@@ -93,7 +93,7 @@
 # instance of these tools that occurs in the $PATH, in order, each in its
 # own fallback directory.
 
-for i in ar as nm cc make ld gcc objdump $HOST_EXTRA
+for i in ar as nm cc make ld gcc objdump sh $HOST_EXTRA
 do
   if [ ! -f "$STAGE_DIR/$i" ]
   then