X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Configure;h=9831ff3fab5ca7a8f30e8003d440f804327605f0;hb=b095418d204dbcdc162d06b73d554d9975b360ab;hp=7cd6bfb3bd15a533642ef85f6c5ea82398fc20d7;hpb=51b75ea7ef7c41f039a453a020be4b3c6929702f;p=oweals%2Fopenssl.git diff --git a/Configure b/Configure index 7cd6bfb3bd..9831ff3fab 100755 --- a/Configure +++ b/Configure @@ -697,7 +697,7 @@ PROCESS_ARGS: { while () { - chop; + chomp; if (/^CONFIGURE_ARGS=(.*)/) { $argvstring=$1; @@ -1264,7 +1264,7 @@ print OUT "### Generated automatically from Makefile.org by Configure.\n\n"; my $sdirs=0; while () { - chop; + chomp; $sdirs = 1 if /^SDIRS=/; if ($sdirs) { my $dir;