From 9d13efa5cf071ce621648066494ceb726afb60bc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 14 Oct 2003 01:22:08 +0000 Subject: [PATCH] Fix bug in script git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9110 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/NightlyTest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl index 6b22295acf7..04a39ea1de1 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"; -- 2.34.1