projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
./util update, which covers various issues, but most importantly mkerr.pl
[openssl.git]
/
util
/
copy.pl
diff --git
a/util/copy.pl
b/util/copy.pl
index
73ac928
..
e20b455
100644
(file)
--- 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, $_;