commit | e4a72a0268d6a8b4697477e28647a748818b58dc | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jul 27 18:41:49 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jul 27 18:41:49 2004 +0000 |
tree | e1f9ed50a7434a6513f838237fd2f0f4c2038885 | |
parent | a594740016e0901acdf1dbad62b246b5660f1cbd [diff] [blame] |
Fix the nightly tester to default to using gnuplot in /usr/bin llvm-svn: 15287
diff --git a/llvm/utils/NightlyTest.pl b/llvm/utils/NightlyTest.pl index 6e59e81..49d4c4b 100755 --- a/llvm/utils/NightlyTest.pl +++ b/llvm/utils/NightlyTest.pl
@@ -751,7 +751,7 @@ # # Rebuild the graphs now... # -$GNUPLOT = "/usr/dcs/software/supported/bin/gnuplot"; +$GNUPLOT = "/usr/bin/gnuplot"; $GNUPLOT = "gnuplot" if ! -x $GNUPLOT; system ("$GNUPLOT", $PlotScriptFilename);