sethost.sh: always print logs to ease identify problem in configure phase

Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
liuhaitao
2020-07-16 20:19:44 +08:00
committed by Abdelatif Guettouche
parent c4be707683
commit 67589adfb7
+1 -5
View File
@@ -182,8 +182,4 @@ fi
echo " Refreshing..."
if grep -q "V=1" <<< "$*" ; then
make olddefconfig $* || { echo "ERROR: failed to refresh"; exit 1; }
else
make olddefconfig $* 1>/dev/null || { echo "ERROR: failed to refresh"; exit 1; }
fi
make olddefconfig $* || { echo "ERROR: failed to refresh"; exit 1; }