aboutsummaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-05-28 16:11:01 +0200
committerAndy Polyakov <appro@openssl.org>2016-05-29 14:12:35 +0200
commit97855556161155d87635787aca341a6a86b2f9e4 (patch)
tree411770007dc49579d4edc0fb890d86f187633b09 /engines
parentf59f23c38331e3adf58c0317caf319a7bfd82dd1 (diff)
downloadopenssl-97855556161155d87635787aca341a6a86b2f9e4.tar.gz
Configure,test/recipes: "pin" glob to File::Glob::glob.
As it turns out default glob's behaviour for quoted argument varies from version to version, making it impossible to Configure or run tests in some cases. The reason for quoting globs was to accommodate source path with spaces in its name, which was treated by default glob as multiple paths. File::Glob::glob on the other hand doesn't consider spaces as delimiters and therefore works with unquoted patterns. [Unfortunaltely File::Glob::glob, being too csh-ly, doesn't work on VMS, hence the "pinning" is conditional.] Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'engines')
0 files changed, 0 insertions, 0 deletions