hack scripts do not need PKG var

This commit is contained in:
Elvin Efendi 2019-07-08 16:56:09 -04:00
parent 9731b1e606
commit 568bccbcb5

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