We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3330cb8 commit 59fbf09Copy full SHA for 59fbf09
tools/release.sh
@@ -4,7 +4,7 @@
4
# SPDX-License-Identifier: Apache-2.0
5
6
# fail if we encounter an error, uninitialized variable or a pipe breaks
7
-set -eu -o pipefail
+set -eux -o pipefail
8
9
FC_TOOLS_DIR=$(dirname $(realpath $0))
10
source "$FC_TOOLS_DIR/functions"
0 commit comments