hack scripts do not need PKG var
This commit is contained in:
parent
771fc9fc2a
commit
e891dd1f73
1 changed files with 0 additions and 5 deletions
|
@ -22,9 +22,4 @@ set -o errexit
|
||||||
set -o nounset
|
set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
if [ -z "${PKG}" ]; then
|
|
||||||
echo "PKG must be set"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
hack/verify-all.sh
|
hack/verify-all.sh
|
||||||
|
|
Loading…
Reference in a new issue