diff options
-rwxr-xr-x | perform/gen_report.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perform/gen_report.pl b/perform/gen_report.pl index 63d14a0..5000435 100755 --- a/perform/gen_report.pl +++ b/perform/gen_report.pl @@ -512,7 +512,7 @@ sub plot_3d_graph3 { unlink(GNUPLOT_DATA_OUTPUT); } -open(GNUPLOT_PIPE, "| gnuplot -persist") || die "Couldn't run gnuplot: $!\n"; +open(GNUPLOT_PIPE, "| tee gnuplot.script | gnuplot -persist") || die "Couldn't run gnuplot: $!\n"; GNUPLOT_PIPE->autoflush(1); write_excel_file; |