commit | 4b9c23a19d550d0edd6d6d8b80aef1b0d8fb4ff2 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Oct 14 01:22:08 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Oct 14 01:22:08 2003 +0000 |
tree | 87deaada7ac1325531503a9291c8da59dcc70c84 | |
parent | b4778c73c99f6e0fa3ee6b765568b3ca36f6baaf [diff] [blame] |
Fix bug in script llvm-svn: 9110
diff --git a/llvm/utils/NightlyTest.pl b/llvm/utils/NightlyTest.pl index 6b22295..04a39ea 100755 --- a/llvm/utils/NightlyTest.pl +++ b/llvm/utils/NightlyTest.pl
@@ -33,7 +33,7 @@ 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";