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

Commit 43f9351

Browse files
authored
Merge pull request #405 from igfoo/igfoo/portability
Use more portable syntax in codeql-tools/autobuild.sh
2 parents 82a5b5f + f5223ba commit 43f9351

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)