Allow space in PERL spec (unix only)
authorRichard Levitte <levitte@openssl.org>
Fri, 27 May 2016 15:18:57 +0000 (17:18 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 27 May 2016 15:38:31 +0000 (17:38 +0200)
commitcbece22079a61e57d17858174ee57e7dffa9e4dd
tree4174668aeab674458b1b6becf904542a6e69a343
parent46ac07f5455dd39840b63bebd2942c2058e7a9cb
Allow space in PERL spec (unix only)

Someone wants to configure like this:

    PERL="/usr/bin/env perl" ./config

The end goal is to get that in the #! line of CA.pl and a few other
scripts.  That works well already, but in the Makefile, there were a
few lines looking like this:

    PERL=$(PERL) $(PERL) whatever.pl ...

Those need some quoting.

RT#4311

Reviewed-by: Matt Caswell <matt@openssl.org>
Configurations/unix-Makefile.tmpl