mirror of
https://forge.murkfall.net/bluesaxman/squeegy.git
synced 2026-03-13 11:24:20 -06:00
Fixed output IO buffering mode to 1 as it is supposed to be.
This commit is contained in:
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user