Windows build file: add forgotten quotes on POD->html command line
authorRichard Levitte <levitte@openssl.org>
Thu, 29 Apr 2021 10:50:33 +0000 (12:50 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 4 May 2021 08:16:33 +0000 (10:16 +0200)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15084)

Configurations/windows-makefile.tmpl

index 4843106de2be93ca9b73b8f2afe8eaaff1fd1108..014c1eb8d1365634badb9493c72f5480a717ec8a 100644 (file)
@@ -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})) {
           #