util/copy.pl: work around glob quirk in some of earlier 5.1x Perl versions.
authorAndy Polyakov <appro@openssl.org>
Tue, 7 Nov 2017 19:59:00 +0000 (20:59 +0100)
committerAndy Polyakov <appro@openssl.org>
Fri, 10 Nov 2017 08:41:16 +0000 (09:41 +0100)
commitf0e3fca9ee7052a9e4d034f988376b403a839140
tree1340e9e8bdafd6f6cd803785a5299941b3b89747
parent84f870be664e3b94cb3d81809da046a8d9cc2ca0
util/copy.pl: work around glob quirk in some of earlier 5.1x Perl versions.

In earlier 5.1x Perl versions quoting globs works only if there is
white space. If there is none, it's looking for names starting with ".

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4695)

(cherry picked from commit 1097d2a39e3f85d4dac2c4d1c238792d6e1d959f)
util/copy.pl