Some versions of leaks want -exclude to not have a space

This commit is contained in:
Łukasz Langa
2025-12-11 18:11:50 +01:00
parent ed1f2f7eb1
commit 81ba023838

View File

@@ -4,5 +4,5 @@ export MallocScribble=1
export MallocLogFile=/dev/null
# Exclude known Apple Security framework leak in CryptKit::FEEKeyInfoProvider
# which occurs during SSL/TLS handshakes and is not in libgit2's control
export CLAR_AT_EXIT="leaks -quiet -exclude SSLHandshake \$PPID"
export CLAR_AT_EXIT="leaks -quiet -exclude=SSLHandshake \$PPID"
exec "$@"