Skip to content

Commit

Permalink
configdata.pm.in, util/dofile.pl: Make a HERE document stricter.
Browse files Browse the repository at this point in the history
Fixes openssl#13221
Fixes openssl#12743
Fixes openssl#12078

Reviewed-by: Tim Hudson <[email protected]>
(Merged from openssl#13225)
  • Loading branch information
levitte committed Oct 27, 2020
1 parent 5723a8e commit 09803e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configdata.pm.in
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ unless (caller) {
use OpenSSL::fallback '{- sourcefile('external', 'perl', 'MODULES.txt') -}';
use OpenSSL::Template;

my $prepend = <<"_____";
my $prepend = <<'_____';
use File::Spec::Functions;
use lib '{- sourcedir('util', 'perl') -}';
use lib '{- sourcedir('Configurations') -}';
Expand Down
2 changes: 1 addition & 1 deletion util/dofile.pl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ sub errorcallback {

my $prepend = <<"_____";
use File::Spec::Functions;
use lib "$FindBin::Bin/../Configurations";
use lib '$FindBin::Bin/../Configurations';
use lib '$config{builddir}';
use platform;
_____
Expand Down

0 comments on commit 09803e9

Please sign in to comment.