From 635f0fc7ee7af82fe4db06c8d807e241c0b55ff7 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 20 Apr 2011 15:26:38 -0700 Subject: [PATCH] If we're dumping out the raw gnuplot commands, do not sleep at the end --- bin/feedGnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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