Merge pull request #178626 from a-m-joseph/pr/168413fallout/mktemp

setup.sh: use six `X` characters in `mktemp` invocation
This commit is contained in:
Rick van Schijndel 2022-06-23 06:45:40 +02:00 committed by GitHub
commit adafa1cb42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1026,7 +1026,7 @@ configurePhase() {
# scripts with vendored libtool code. Preserve mtimes to
# prevent some packages (e.g. libidn2) from spontaneously
# autoreconf'ing themselves
CONFIGURE_MTIME_REFERENCE=$(mktemp configure.mtime.reference.XXX)
CONFIGURE_MTIME_REFERENCE=$(mktemp configure.mtime.reference.XXXXXX)
find . \
-executable \
-type f \