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);