diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-09 22:15:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-09 22:15:05 +0200 |
commit | 204f8f3695954d9e30700a26fd75361cfa215957 (patch) | |
tree | 6a21ba73c1d85dcc7830b006fa6ac2a7973bf559 /scripts | |
parent | 984b923118ee4ac2b7588557a1c9ba75d314ec5d (diff) |
cpio: add missing else
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/prereq.sh | 1 |
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 |