Terminate some lines that need to be.

llvm-svn: 35725
This commit is contained in:
Reid Spencer 2007-04-07 05:20:07 +00:00
parent 93f541057b
commit beeeeb1428
1 changed files with 2 additions and 2 deletions

View File

@ -526,9 +526,9 @@ if (!$NOCHECKOUT) {
if $CVSRootDir =~ /^:ext:/;
my $CVSCMD = "$NICE cvs $CVSOPT -d $CVSRootDir co -P $CVSCOOPT";
print "( time -p $CVSCMD llvm; cd llvm/projects ; " .
"$CVSCMD llvm-test ) > $COLog 2>&1";
"$CVSCMD llvm-test ) > $COLog 2>&1\n";
system "( time -p $CVSCMD llvm; cd llvm/projects ; " .
"$CVSCMD llvm-test ) > $COLog 2>&1";
"$CVSCMD llvm-test ) > $COLog 2>&1\n";
}
}
ChangeDir( $BuildDir , "Checkout directory") ;