X-Git-Url: https://code.th-h.de/?p=usenet%2Fusevote.git;a=blobdiff_plain;f=UVmenu.pm;h=07e32c86436a84c597cc295007f99b33159c3c29;hp=15cc5d47669f8ebaa1234eb1be4cca91a5a53093;hb=b4bfb234881080210ca8d019b8aa317b3a709d56;hpb=7a0133efe6aee88665360c5d6ae57f1d2d543884;ds=sidebyside diff --git a/UVmenu.pm b/UVmenu.pm index 15cc5d4..07e32c8 100644 --- a/UVmenu.pm +++ b/UVmenu.pm @@ -108,7 +108,7 @@ sub menu { open (DIFF, "|$config{diff} - $config{sampleballotfile} | $config{pager}"); print DIFF $$body, "\n"; close (DIFF); - + } elsif ($input eq '1') { system($config{clearcmd}); # ignore SIGPIPE (Bug in more and less)