Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit f5223ba

Browse files
committed
Use more portable syntax in codeql-tools/autobuild.sh
1 parent 82a5b5f commit f5223ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeql-tools/autobuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
LGTM_SRC="$(pwd)"
1212
export LGTM_SRC
1313

14-
if [ "${CODEQL_EXTRACTOR_GO_BUILD_TRACING:-}" == "on" ]; then
14+
if [ "${CODEQL_EXTRACTOR_GO_BUILD_TRACING:-}" = "on" ]; then
1515
echo "Tracing enabled"
1616
"$CODEQL_EXTRACTOR_GO_ROOT/tools/$CODEQL_PLATFORM/go-build-runner"
1717
else

0 commit comments

Comments
 (0)