Fix the nightly tester to default to using gnuplot in /usr/bin
authorChris Lattner <sabre@nondot.org>
Tue, 27 Jul 2004 18:41:49 +0000 (18:41 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 Jul 2004 18:41:49 +0000 (18:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15287 91177308-0d34-0410-b5e6-96231b3b80d8

utils/NightlyTest.pl

index 6e59e81c7993d47c1c3bd4aeae8d56421fde6fa5..49d4c4b3629ee3731c6ac9c83bcbe01b891ffe2e 100755 (executable)
@@ -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);