diff --git a/bin/feedGnuplot b/bin/feedGnuplot index db39608..02db601 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -12,7 +12,7 @@ use Text::ParseWords; our $VERSION = '1.02'; -open(GNUPLOT_VERSION, 'gnuplot --version |'); +open(GNUPLOT_VERSION, 'gnuplot --version |') or die "Couldn't run gnuplot"; my ($gnuplotVersion) = =~ /gnuplot\s*(\d*\.\d*)/; if(!$gnuplotVersion) {