Explorar o código

cpio: add missing else

Waldemar Brodkorb %!s(int64=6) %!d(string=hai) anos
pai
achega
204f8f3695
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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