From f8314536ec9649f6cb3958754298343e87af067b Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 30 Jul 2014 19:26:11 +0000 Subject: [PATCH] Fix build: remove bogus ./ at end of line llvm-svn: 214326 --- lldb/tools/driver/Driver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/tools/driver/Driver.cpp b/lldb/tools/driver/Driver.cpp index 9345a34..0d0d03d 100644 --- a/lldb/tools/driver/Driver.cpp +++ b/lldb/tools/driver/Driver.cpp @@ -838,7 +838,7 @@ Driver::MainLoop () } // Now we handle options we got from the command line - SBStream commands_stream;./ + SBStream commands_stream; // First source in the commands specified to be run before the file arguments are processed. WriteInitialCommands(true, commands_stream); -- 2.7.4