]> ruderich.org/simon Gitweb - fcscs/fcscs.git/commitdiff
debug: enable autoflush
authorSimon Ruderich <simon@ruderich.org>
Mon, 1 Feb 2016 07:55:42 +0000 (08:55 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 1 Feb 2016 07:55:42 +0000 (08:55 +0100)
bin/fcscs

index 6741a91faff6cd2587c32bf4af6325110bc1da32..6e3d9cb0ca5800986ed8289fab9162c0f6400029 100755 (executable)
--- a/bin/fcscs
+++ b/bin/fcscs
@@ -366,6 +366,7 @@ package Screen {
                 $fh = undef; # a failed open still writes a value to $fh
                 return;
             }
+            $fh->autoflush(1);
         }
 
         foreach (@args) {