mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-22 03:39:03 +00:00
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
This commit is contained in:
parent
ab96790f2c
commit
fe2597a55c
@ -751,7 +751,7 @@ if ( $VERBOSE ) {
|
|||||||
#
|
#
|
||||||
# Rebuild the graphs now...
|
# Rebuild the graphs now...
|
||||||
#
|
#
|
||||||
$GNUPLOT = "/usr/dcs/software/supported/bin/gnuplot";
|
$GNUPLOT = "/usr/bin/gnuplot";
|
||||||
$GNUPLOT = "gnuplot" if ! -x $GNUPLOT;
|
$GNUPLOT = "gnuplot" if ! -x $GNUPLOT;
|
||||||
system ("$GNUPLOT", $PlotScriptFilename);
|
system ("$GNUPLOT", $PlotScriptFilename);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user