From: Chris Lattner Date: Tue, 14 Oct 2003 01:22:08 +0000 (+0000) Subject: Fix bug in script X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9d13efa5cf071ce621648066494ceb726afb60bc;p=oota-llvm.git Fix bug in script git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9110 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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";