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.
set -u
1 parent abb874d commit a0f15d3Copy full SHA for a0f15d3
entrypoint.sh
@@ -5,6 +5,7 @@ if [ "$DEBUG" = "true" ] || [ "$DEBUG" = "True" ]; then
5
set -o functrace
6
fi
7
set -e
8
+set -u
9
shopt -s extglob
10
11
normalize_bool() {
0 commit comments