From c3f314cf9e0eaecd1ec13883be828f4db4635634 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 2 Sep 2009 12:27:45 -0700 Subject: [PATCH] don't stream if we're making a hardcopy Ignore-this: a9e258fa2c0e80219170f5e11970bc75 darcs-hash:20090902192745-0cb85-5962b13536b4f78da9080c2084b1715a6db86ab8.gz --- driveGnuPlots.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/driveGnuPlots.pl b/driveGnuPlots.pl index 8146303..c90ba88 100755 --- a/driveGnuPlots.pl +++ b/driveGnuPlots.pl @@ -57,8 +57,7 @@ if( defined $options{"help"} ) } if( defined $options{"hardcopy"} && $options{"stream"} ) { - usage(); - die("If making a hardcopy, we shouldn't be streaming. Doing nothing\n"); + $options{"stream"} = undef; } if( !defined $options{"xlen"} ) {