We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a5ed0 commit b6efc93Copy full SHA for b6efc93
scripts/buildall-apidocs
@@ -1,4 +1,7 @@
1
-#!/bin/sh
+#!/bin/bash
2
+
3
+set -o errexit
4
+set -o pipefail
5
6
cd $(dirname "$0")
7
0 commit comments