aboutsummaryrefslogtreecommitdiff
path: root/scripts/install.sh
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2017-05-14 15:10:29 -0500
committerRob Landley <rob@landley.net>2017-05-14 15:10:29 -0500
commitcf6a235279e84028e8edd3e75f585cd6dbfa40d5 (patch)
treedb5c7a37183a46727e8501c0f0fe242e5aa989d0 /scripts/install.sh
parentaa1a5d2798432fb4230b43b9215be2ca66664db2 (diff)
downloadtoybox-cf6a235279e84028e8edd3e75f585cd6dbfa40d5.tar.gz
Minor tweaks to install.sh.
Diffstat (limited to 'scripts/install.sh')
-rwxr-xr-xscripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 3d5b5a70..898bfada 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -115,7 +115,7 @@ if [ ! -z "$AIRLOCK" ]
then
# Tools needed to build packages
- for i in ar as nm cc make ld gcc objdump $PENDING $HOST_EXTRA
+ for i in $TOOLCHAIN $PENDING $HOST_EXTRA
do
if [ ! -f "$i" ]
then