aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2022-03-31 14:38:25 -0500
committerRob Landley <rob@landley.net>2022-03-31 14:38:25 -0500
commit0f77c9981882d94f06c633c8ed834611f160a666 (patch)
treed2b114c1feed9d22f70e928a28cf2296f6953202
parent132b7cfcd287ad0d3bfd6dcbe55348cde30497b4 (diff)
downloadtoybox-0f77c9981882d94f06c633c8ed834611f160a666.tar.gz
Add git and bash to airlock install's $PENDING.
make.sh tries to use "git describe" for --version, and the linux kernel's powerpc64le build uses "bash" out of the $PATH and breaks if it can't. (Since toysh should eventually provide a bash alias...)
-rwxr-xr-xscripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index d58d075d..489112ae 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -106,7 +106,7 @@ done
# The following are commands toybox should provide, but doesn't yet.
# For now symlink the host version. This list must go away by 1.0.
-PENDING="dd diff expr tr vi wget sh xzcat bc ar gzip ftpd less awk unxz bison flex make nm"
+PENDING="dd diff expr git tr vi wget bash sh xzcat bc ar gzip ftpd less awk unxz bison flex make nm"
# "gcc" can go away if the kernel guys merge my patch:
# http://lkml.iu.edu/hypermail/linux/kernel/2202.0/01505.html