Add missing newline.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57333 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/scan-build b/utils/scan-build
index 160b00c..d9ecba7 100755
--- a/utils/scan-build
+++ b/utils/scan-build
@@ -93,7 +93,7 @@
# Query clang for analysis options.
open(PIPE, "-|", $Clang, "--help") or
- DieDiag("Cannot execute '$Clang'");
+ DieDiag("Cannot execute '$Clang'\n");
my $FoundAnalysis = 0;
@@ -199,7 +199,7 @@
}
if ($TmpMode) {
- DieDiag("The directory '/tmp' does not exist or cannot be accessed.");
+ DieDiag("The directory '/tmp' does not exist or cannot be accessed.\n");
}
# $Dir does not exist. It will be automatically created by the