Fix build: remove bogus ./ at end of line
authorEd Maste <emaste@freebsd.org>
Wed, 30 Jul 2014 19:26:11 +0000 (19:26 +0000)
committerEd Maste <emaste@freebsd.org>
Wed, 30 Jul 2014 19:26:11 +0000 (19:26 +0000)
llvm-svn: 214326

lldb/tools/driver/Driver.cpp

index 9345a34..0d0d03d 100644 (file)
@@ -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);