X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=util%2Fcopy.pl;h=e20b45530a8f5f645ec2717cff6cf8c1e4d0187f;hb=3bd1690bfb59b014fafa93b22e737e50c7db4b5b;hp=73ac928ed277a6ae3f8ada78a27cf4fa23793d3a;hpb=b98225ebf593b229859aa0b36775258233a9c8c3;p=oweals%2Fopenssl.git 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, $_;