diff --git a/bin/feedGnuplot b/bin/feedGnuplot index 550668b..16a9d4f 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -447,7 +447,7 @@ sub mainThread # we persist gnuplot, so we shouldn't need this sleep. However, once # gnuplot exits, but the persistent window sticks around, you can no # longer interactively zoom the plot. So we still sleep - sleep(100000); + sleep(100000) unless $options{dump}; } sub pruneOldData