Publish script: check that all required commands are available

This commit is contained in:
Benoit Blanchon
2022-01-08 16:40:21 +01:00
parent 9693fd2d74
commit 896f50eeb9

View File

@ -2,6 +2,8 @@
set -eu set -eu
which awk sed jq 7z curl perl >/dev/null
cd "$(dirname "$0")/../.." cd "$(dirname "$0")/../.."
if ! git diff --quiet --exit-code; then if ! git diff --quiet --exit-code; then