Fixed output IO buffering mode to 1 as it is supposed to be.
This commit is contained in:
parent
3110fcd761
commit
9fdfaea7fe
2
wipe.pl
2
wipe.pl
@ -5,7 +5,7 @@ use Digest::MD5 "md5_base64";
|
|||||||
use POSIX;
|
use POSIX;
|
||||||
use v5.10;
|
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
|
# 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.
|
# loose badass and you don't need no stinkin' safety net.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user