diff options
-rwxr-xr-x | afl-system-config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/afl-system-config b/afl-system-config index 34db61aa..4ca9f0a9 100755 --- a/afl-system-config +++ b/afl-system-config @@ -80,4 +80,3 @@ if [ "$PLATFORM" = "Darwin" ] ; then DONE=1 fi test -z "$DONE" && echo Error: Unknown platform: $PLATFORM -test -z "$AFL_TMPDIR" && echo Also use AFL_TMPDIR and point it to a tmpfs for the input file caching |