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 7147ac7 commit 2deff96Copy full SHA for 2deff96
scripts/Docker/roundup_start
@@ -16,7 +16,7 @@ trap "echo 'Exiting on pipefail'" ERR
16
17
set -e
18
19
-if ! [ -z "$SHELL_DEBUG" ]; then
+if [ -n "$SHELL_DEBUG" ]; then
20
set -xv
21
fi
22
0 commit comments