Update build_pkgs.sh

This commit is contained in:
Martin/Geno 2019-02-26 14:19:35 +01:00
parent e9696e3362
commit f2f1f430a0
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
cd /builds/$CI_PROJECT_PATH/wireless/
PKGS=$(ls )
PKGS=$(ls)
cd ~/build_dir
@ -10,7 +10,6 @@ for PKG in $PKGS ; do
echo "===+ Check package: $PKG"
make "package/$PKG/check" V=s 2>&1 | tee logtmp
RET=${PIPESTATUS[0]}
if [ $RET -ne 0 ]; then
echo "=> Package check failed: $RET)"