summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/util/copy.pl
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/util/copy.pl')
-rw-r--r--deps/openssl/openssl/util/copy.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/openssl/openssl/util/copy.pl b/deps/openssl/openssl/util/copy.pl
index eba6d5815e..a6b2a54ec6 100644
--- a/deps/openssl/openssl/util/copy.pl
+++ b/deps/openssl/openssl/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, $_;
}