| commit | f879d5ff38d3c2283db968ea57c7a3207cc05889 | [log] [tgz] |
|---|---|---|
| author | Richard Levitte <levitte@openssl.org> | Tue Aug 30 18:41:00 2016 +0200 |
| committer | Richard Levitte <levitte@openssl.org> | Wed Aug 31 16:43:26 2016 +0200 |
| tree | 2e27d79d7fa7ab7a107ecc0abd7e2e185ea08cfb | |
| parent | bde588df8a4d9f714cefe9cfd1a3931558de4c3c [diff] |
The Perl interpreter might be in a path with spaces, so maybe quote it Note: some shells do not like the command verb to be quoted, so we avoid it unless it's actually necessary. RT#4665 Reviewed-by: Rich Salz <rsalz@openssl.org>