hack scripts do not need PKG var

This commit is contained in:
Elvin Efendi 2019-07-08 16:56:09 -04:00
parent 771fc9fc2a
commit e891dd1f73

View file

@ -22,9 +22,4 @@ set -o errexit
set -o nounset
set -o pipefail
if [ -z "${PKG}" ]; then
echo "PKG must be set"
exit 1
fi
hack/verify-all.sh