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 ad9f5ef commit 0c3fd9fCopy full SHA for 0c3fd9f
swift/tools/autobuild.sh
@@ -3,6 +3,6 @@
3
if [[ "$OSTYPE" == "darwin"* ]]; then
4
exec "${CODEQL_EXTRACTOR_SWIFT_ROOT}/tools/${CODEQL_PLATFORM}/xcode-autobuilder"
5
else
6
- echo "Not implemented yet"
+ echo "Not implemented yet"
7
exit 1
8
fi
0 commit comments