Fixed lost OpenSSL output with "-t" - followup.
authorGuenter Knauf <lists@gknw.net>
Tue, 9 Apr 2013 22:20:37 +0000 (00:20 +0200)
committerGuenter Knauf <lists@gknw.net>
Tue, 9 Apr 2013 22:20:37 +0000 (00:20 +0200)
commit577703495e2ed11c4470f2636fae0c84f0c03bbd
treef670d56df88d11a04cd01c2edb3a4aa4b057efc1
parentf8da49eec0cebd1eb41aa591e0e9adbb2d6eaa42
Fixed lost OpenSSL output with "-t" - followup.

The previously applied patch didnt work on Windows; we cant rely
on shell commands like 'echo' since they act diffently on each
platform and each shell.
In order to keep this script platform-independent the code must
only use pure Perl.
lib/mk-ca-bundle.pl