about summary refs log tree commit diff
path: root/afl-cmin
diff options
context:
space:
mode:
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'