From e4a72a0268d6a8b4697477e28647a748818b58dc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 27 Jul 2004 18:41:49 +0000 Subject: [PATCH] Fix the nightly tester to default to using gnuplot in /usr/bin llvm-svn: 15287 --- llvm/utils/NightlyTest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/NightlyTest.pl b/llvm/utils/NightlyTest.pl index 6e59e81c7993..49d4c4b3629e 100755 --- a/llvm/utils/NightlyTest.pl +++ b/llvm/utils/NightlyTest.pl @@ -751,7 +751,7 @@ if ( $VERBOSE ) { # # Rebuild the graphs now... # -$GNUPLOT = "/usr/dcs/software/supported/bin/gnuplot"; +$GNUPLOT = "/usr/bin/gnuplot"; $GNUPLOT = "gnuplot" if ! -x $GNUPLOT; system ("$GNUPLOT", $PlotScriptFilename);