mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-12-11 01:34:01 +01:00
Add stdout flush
This commit is contained in:
@@ -23,6 +23,9 @@ my @args="";
|
||||
# that can be done better but I am a perl n00b ;-)
|
||||
my $os=`perl -e 'print "$^O";'`;
|
||||
|
||||
# useful against "failed to flush stdout" messages
|
||||
STDOUT->autoflush(1);
|
||||
|
||||
die "Unable to open $prg" unless -f $prg;
|
||||
die "Unable to open $distro_openssl" unless -f $distro_openssl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user