Loosen ReportCrash check

This commit is contained in:
Samuel E. Moelius III
2023-08-19 08:17:23 -04:00
parent f596a297c4
commit 53c26d086b
2 changed files with 2 additions and 2 deletions

View File

@ -2270,7 +2270,7 @@ void check_crash_handling(void) {
reporting the awful way. */
#if !TARGET_OS_IPHONE
if (system("launchctl list 2>/dev/null | grep -q '\\.ReportCrash$'")) return;
if (system("launchctl list 2>/dev/null | grep -q '\\.ReportCrash\\>'")) return;
SAYF(
"\n" cLRD "[-] " cRST