瀏覽代碼

Publish script: check that all required commands are available

Benoit Blanchon 4 年之前
父節點
當前提交
896f50eeb9
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      extras/scripts/publish.sh

+ 2 - 0
extras/scripts/publish.sh

@@ -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