Skip to content

Commit

Permalink
Fix missing $ in bash script (Issue strimzi#241)
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Strukelj <[email protected]>
  • Loading branch information
mstruk committed Jul 3, 2024
1 parent fef642c commit 5170919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/docker/kerberos/config.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

[[ "TRACE" ]] && set -x
[[ "$TRACE" ]] && set -x

: ${REALM:=KERBEROS}
: ${DOMAIN_REALM:=kerberos}
Expand Down

0 comments on commit 5170919

Please sign in to comment.