about summary refs log tree commit diff
path: root/afl-system-config
diff options
context:
space:
mode:
authorSamuel E. Moelius III <samuel.moelius@trailofbits.com>2023-08-19 08:17:23 -0400
committerSamuel E. Moelius III <samuel.moelius@trailofbits.com>2023-08-19 08:17:23 -0400
commit53c26d086b94c4e5f31dddac0dd212cbff89e957 (patch)
tree12ec2945efd9e8b953b92cac26e4b01acf1039cc /afl-system-config
parentf596a297c4de6a5e1a6fb9fbb3b4e18124a24f58 (diff)
downloadafl++-53c26d086b94c4e5f31dddac0dd212cbff89e957.tar.gz
Loosen `ReportCrash` check
Diffstat (limited to 'afl-system-config')
-rwxr-xr-xafl-system-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-system-config b/afl-system-config
index b50bb06e..e3eb8527 100755
--- a/afl-system-config
+++ b/afl-system-config
@@ -110,7 +110,7 @@ if [ "$PLATFORM" = "Darwin" ] ; then
   sysctl kern.sysv.shmall=131072000
   echo Settings applied.
   echo
-  if $(launchctl list 2>/dev/null | grep -q '\.ReportCrash$') ; then
+  if $(launchctl list 2>/dev/null | grep -q '\.ReportCrash\>') ; then
     echo
     echo Unloading the default crash reporter
     SL=/System/Library; PL=com.apple.ReportCrash