فهرست منبع

cpio: add missing else

Waldemar Brodkorb 6 سال پیش
والد
کامیت
204f8f3695
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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