diff options
Diffstat (limited to 'scripts/prereq.sh')
-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 |