Browse Source

cpio: add missing else

Waldemar Brodkorb 4 years ago
parent
commit
204f8f3695
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/prereq.sh

+ 1 - 0
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