aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-14 01:22:08 +0000
committerChris Lattner <sabre@nondot.org>2003-10-14 01:22:08 +0000
commit9d13efa5cf071ce621648066494ceb726afb60bc (patch)
tree56ac688ce0397e0336c6e39d6bcc72f72e185a2f
parentf775f95369ba7d88a5cb8b6f1900241699d79351 (diff)
Fix bug in script
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9110 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xutils/NightlyTest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl
index 6b22295acf..04a39ea1de 100755
--- a/utils/NightlyTest.pl
+++ b/utils/NightlyTest.pl
@@ -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";