summaryrefslogtreecommitdiffstats
path: root/util/copy.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-01-02 12:13:07 +0000
committerAndy Polyakov <appro@openssl.org>2006-01-02 12:13:07 +0000
commit68e575362fb80bdf8133a830f15ff3f25bfae58e (patch)
tree259afe303530527c87da762ab00380b2e71acd10 /util/copy.pl
parentaab3bb04cfb671e979cb9128ea37f457956370c0 (diff)
./util update, which covers various issues, but most importantly mkerr.pl
and mkdef.pl spinning in endless loop.
Diffstat (limited to 'util/copy.pl')
-rw-r--r--util/copy.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/copy.pl b/util/copy.pl
index 73ac928ed2..e20b45530a 100644
--- a/util/copy.pl
+++ b/util/copy.pl
@@ -11,6 +11,7 @@ use Fcntl;
my $arg;
foreach $arg (@ARGV) {
+ $arg =~ s|\\|/|g; # compensate for bug/feature in cygwin glob...
foreach (glob $arg)
{
push @filelist, $_;