mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
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> |
||
---|---|---|
.. | ||
TLSProxy | ||
ck_errf.pl | ||
copy-if-different.pl | ||
copy.pl | ||
dirname.pl | ||
doc-nit-check.pl | ||
dofile.pl | ||
domd.in | ||
extract-names.pl | ||
extract-section.pl | ||
find-unused-errs | ||
fipslink.pl | ||
incore | ||
indent.pro | ||
install.sh | ||
libcrypto.num | ||
libssl.num | ||
mkbuildinf.pl | ||
mkcerts.sh | ||
mkdef.pl | ||
mkdir-p.pl | ||
mkerr.pl | ||
mkrc.pl | ||
openssl-format-source | ||
opensslwrap.sh | ||
perlpath.pl | ||
point.sh | ||
process_docs.pl | ||
selftest.pl | ||
shlib_wrap.sh | ||
su-filter.pl | ||
toutf8.sh | ||
with_fallback.pm |