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:
d10dac1
)
Fix typo in error message
author
Rich Salz
<rsalz@openssl.org>
Tue, 12 Jan 2016 22:35:22 +0000
(17:35 -0500)
committer
Rich Salz
<rsalz@openssl.org>
Tue, 12 Jan 2016 22:35:22 +0000
(17:35 -0500)
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index b31d0418da719b99a443407c202846fbe402031f..ee60a39bd8ecf91567f5b97471ec762c748d9058 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-2178,7
+2178,7
@@
find(sub {
die sprintf "Error reading Makefile.in in %s: !$\n",
$File::Find::dir;
$out->close() or
- die sprintf "Error writing Makefile
.in
in %s: !$\n",
+ die sprintf "Error writing Makefile in %s: !$\n",
$File::Find::dir;
}, ".");