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:
362ab3e
)
Change chop to chomp when reading lines, so CRLF is properly processed on
author
Richard Levitte
<levitte@openssl.org>
Mon, 3 Apr 2006 09:15:15 +0000
(09:15 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 3 Apr 2006 09:15:15 +0000
(09:15 +0000)
the operating systems where they are the normal line endings
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 621092b8fbcf53a5ac2038c4bf290c7e530f6bbd..e4124c4c243b3dd0e180930db116124b59baa94e 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-698,7
+698,7
@@
PROCESS_ARGS:
{
while (<IN>)
{
- chop;
+ cho
m
p;
if (/^CONFIGURE_ARGS=(.*)/)
{
$argvstring=$1;
@@
-1280,7
+1280,7
@@
print OUT "### Generated automatically from Makefile.org by Configure.\n\n";
my $sdirs=0;
while (<IN>)
{
- chop;
+ cho
m
p;
$sdirs = 1 if /^SDIRS=/;
if ($sdirs) {
my $dir;