From: Ted Kremenek Date: Fri, 18 Jul 2008 23:13:03 +0000 (+0000) Subject: Remove typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2be1853a0988b553690a4e964dd36ff05812426a;p=clang Remove typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53776 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/scan-build b/utils/scan-build index 3c434a4d86..9d4f75986f 100755 --- a/utils/scan-build +++ b/utils/scan-build @@ -69,7 +69,7 @@ if (! -x $ClangSB) { my %AvailableAnalyses; # Query clang for analysis options. -open(PIPE, "'$Clang's --help |") or +open(PIPE, "'$Clang' --help |") or DieDiag("Cannot execute '$Clang'"); my $FoundAnalysis = 0;