From: Richard Levitte Date: Thu, 29 Apr 2021 10:50:33 +0000 (+0200) Subject: Windows build file: add forgotten quotes on POD->html command line X-Git-Tag: openssl-3.0.0-alpha16~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02669b677e6263b3d337ceb526b8b030477fe26b;p=thirdparty%2Fopenssl.git Windows build file: add forgotten quotes on POD->html command line Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15084) --- diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index 4843106de2b..014c1eb8d13 100644 --- a/Configurations/windows-makefile.tmpl +++ b/Configurations/windows-makefile.tmpl @@ -686,7 +686,7 @@ EOF my $pod = $gen0; return <<"EOF"; $args{src}: "$pod" - \$(PERL) \$(SRCDIR)/util/mkpod2html.pl -i "$pod" -o \$\@ -t "$title" -r "\$(SRCDIR)/doc" + "\$(PERL)" "\$(SRCDIR)/util/mkpod2html.pl" -i "$pod" -o \$\@ -t "$title" -r "\$(SRCDIR)/doc" EOF } elsif (platform->isdef($args{src})) { #