aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);