aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-27 18:41:49 +0000
committerChris Lattner <sabre@nondot.org>2004-07-27 18:41:49 +0000
commitfe2597a55cfd443b299be98280e1d0c31d993096 (patch)
treef7295ddaeec16955cc2be382f2b39eb72c4228b8
parentab96790f2c343fe9cb97a425825adaf794b1ef98 (diff)
Fix the nightly tester to default to using gnuplot in /usr/bin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15287 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xutils/NightlyTest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl
index 6e59e81c79..49d4c4b362 100755
--- a/utils/NightlyTest.pl
+++ b/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);