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:39:29 +0000 (09:39 +0100)
commit1097d2a39e3f85d4dac2c4d1c238792d6e1d959f
treef9ec4b7b55045f81cb5a01f6d39a5dc964d4da7e
parent72858038724cc503e532168e33acea689ee7b036
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)
util/copy.pl