diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-11-02 17:35:19 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-11-02 17:35:19 +0000 |
| commit | b6a9311a3edd056eaacbcbae2fcb723df5d99057 (patch) | |
| tree | 720225dbdc898757e7df9a925ec85ade660013c1 /util/copy.pl | |
| parent | 12df5ad9af4981f5d3c31a9819d31618c0f1af51 (diff) | |
Import OpenSSL 1.0.2m.vendor/openssl/1.0.2m
Notes
svn path=/vendor-crypto/openssl/dist/; revision=325326
svn path=/vendor-crypto/openssl/1.0.2m/; revision=325327; tag=vendor/openssl/1.0.2m
Diffstat (limited to 'util/copy.pl')
| -rw-r--r-- | util/copy.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/copy.pl b/util/copy.pl index eba6d5815e9c..a6b2a54ec6f0 100644 --- a/util/copy.pl +++ b/util/copy.pl @@ -19,7 +19,7 @@ foreach $arg (@ARGV) { next; } $arg =~ s|\\|/|g; # compensate for bug/feature in cygwin glob... - foreach (glob $arg) + foreach (glob qq("$arg")) { push @filelist, $_; } |
