./util update, which covers various issues, but most importantly mkerr.pl
[openssl.git] / util / copy.pl
index 73ac928ed277a6ae3f8ada78a27cf4fa23793d3a..e20b45530a8f5f645ec2717cff6cf8c1e4d0187f 100644 (file)
@@ -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, $_;