From 9fdfaea7fef5880545a13c43cfe3e40caef81f4a Mon Sep 17 00:00:00 2001 From: bluesaxman Date: Mon, 4 Nov 2019 12:18:03 -0700 Subject: [PATCH] Fixed output IO buffering mode to 1 as it is supposed to be. --- wipe.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wipe.pl b/wipe.pl index 779a47e..c2ad783 100755 --- a/wipe.pl +++ b/wipe.pl @@ -5,7 +5,7 @@ use Digest::MD5 "md5_base64"; use POSIX; use v5.10; -$| = 0; #turn off IO buffering +$| = 1; #turn off IO buffering # set CONFIRMATION_PHRASE to anything falsy (like zero) if you are a fast and # loose badass and you don't need no stinkin' safety net.