diff --git a/build.sh b/build.sh index a20986b..2de2bed 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +x +#!/bin/bash # shellcheck disable=SC3044,SC3009 . .util.sh @@ -22,7 +22,7 @@ build() { epoch=${epoch}: fi - if pacman -Si "${name}" || true | grep -v nyyu | grep -c -E '^Repository' &>/dev/null; then + if pacman -Si "${name}" 2> /dev/null | grep -v nyyu | grep -c -E '^Repository' &>/dev/null; then echo "WARN: Found ${name} in arch repo" fi