aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2019-04-22 01:03:02 -0500
committerRob Landley <rob@landley.net>2019-04-22 01:03:02 -0500
commit99bca934a1fef61753dcdb582003dc7d56150031 (patch)
tree475dd41c64c4258c85ab902486e0002e42eaac32
parent4fa306bb886676f4c658826c30d7676300343b0a (diff)
downloadtoybox-99bca934a1fef61753dcdb582003dc7d56150031.tar.gz
And same flip in the airlock install.
-rwxr-xr-xscripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 7d157f74..8183b1d8 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 ftpd ftpget ftpput gunzip less route tr vi wget awk fdisk sh sha512sum sha256sum unxz xzcat bc bison flex"
+PENDING="dd diff expr ftpd ftpget ftpput gzip less route tr vi wget awk fdisk sh sha512sum sha256sum unxz xzcat bc bison flex"
# "gcc" should go away for llvm, but some things still hardwire it
TOOLCHAIN="ar as nm cc make ld gcc objdump"