projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63d86d0
)
Remove unused variable.
author
Ben Laurie
<ben@links.org>
Mon, 4 Mar 2013 22:48:38 +0000
(22:48 +0000)
committer
Ben Laurie
<ben@links.org>
Mon, 4 Mar 2013 22:48:38 +0000
(22:48 +0000)
util/copy-if-different.pl
patch
|
blob
|
history
diff --git
a/util/copy-if-different.pl
b/util/copy-if-different.pl
index 47bc0abd322a0b18bba707950dbcb1693459670b..ec99e084b56a900e585d9f64299c27ff7a10eba9 100755
(executable)
--- a/
util/copy-if-different.pl
+++ b/
util/copy-if-different.pl
@@
-4,13
+4,10
@@
use strict;
use Fcntl;
-
# copy-if-different.pl
# Copy to the destination if the source is not the same as it.
-my $stripcr = 0;
-
my @filelist;
foreach my $arg (@ARGV) {