aboutsummaryrefslogtreecommitdiff
path: root/afl-cmin
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-01 22:30:38 +0100
committervan Hauser <vh@thc.org>2020-03-01 22:30:38 +0100
commitf0cf9c2cdf6fbf26063a1abef479d4f1b1b4e704 (patch)
treea0680e781370816322efe5f3060fd3ec20728bf3 /afl-cmin
parent3e0a3ec45fe35f62a293d86139913ecf45670535 (diff)
downloadAFLplusplus-f0cf9c2cdf6fbf26063a1abef479d4f1b1b4e704.tar.gz
make afl-showmap quiet when called from afl-cmin*
Diffstat (limited to 'afl-cmin')
-rwxr-xr-xafl-cmin1
1 files changed, 1 insertions, 0 deletions
diff --git a/afl-cmin b/afl-cmin
index c7531221..28d8c746 100755
--- a/afl-cmin
+++ b/afl-cmin
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
+export AFL_QUIET=1
THISPATH=`dirname ${0}`
export PATH="${THISPATH}:$PATH"
awk -f - -- ${@+"$@"} <<'EOF'