Fix bug in script
authorChris Lattner <sabre@nondot.org>
Tue, 14 Oct 2003 01:22:08 +0000 (01:22 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Oct 2003 01:22:08 +0000 (01:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9110 91177308-0d34-0410-b5e6-96231b3b80d8

utils/NightlyTest.pl

index 6b22295acf7d90884e64e0c7682d5c8642be7bcc..04a39ea1de15cbc23b9f5e6336a9d2ba19cd8d0c 100755 (executable)
@@ -33,7 +33,7 @@ use POSIX qw(strftime);
 
 my $HOME = $ENV{'HOME'};
 my $CVSRootDir = $ENV{'CVSROOT'};
-my $CVSRootDir = "/home/vadve/shared/PublicCVS"
+   $CVSRootDir = "/home/vadve/shared/PublicCVS"
     unless $CVSRootDir;
 my $BuildDir   = "$HOME/buildtest";
 my $WebDir     = "$HOME/cvs/testresults-X86";