From d775032eea8056a93a4a2758a112bdb4fd8764bf Mon Sep 17 00:00:00 2001
From: Rob Landley <rob@landley.net>
Date: Fri, 18 Jan 2019 06:20:02 -0600
Subject: Airlock: linux-s390x build grew sha256sum dependency in 420, and
 remove "test".

---
 scripts/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/install.sh b/scripts/install.sh
index b780ef4b..96d5bbdf 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="bunzip2 bzcat dd diff expr ftpd ftpget ftpput gunzip less route tar test tr vi wget zcat awk bzip2 fdisk gzip sh sha512sum unxz xzcat bc bison flex"
+PENDING="bunzip2 bzcat dd diff expr ftpd ftpget ftpput gunzip less route tar tr vi wget zcat awk bzip2 fdisk gzip 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"
-- 
cgit v1.2.3