summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-09 22:15:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-09 22:15:05 +0200
commit204f8f3695954d9e30700a26fd75361cfa215957 (patch)
tree6a21ba73c1d85dcc7830b006fa6ac2a7973bf559
parent984b923118ee4ac2b7588557a1c9ba75d314ec5d (diff)
cpio: add missing else
-rwxr-xr-xscripts/prereq.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/prereq.sh b/scripts/prereq.sh
index b9a47458c..0245d6e9d 100755
--- a/scripts/prereq.sh
+++ b/scripts/prereq.sh
@@ -603,6 +603,7 @@ if which cpio >/dev/null 2>&1; then
else
printf "found\n"
fi
+else
printf "not found\n"
host_build_cpio=1
fi