From da7c5484529edbd2decf1fc4cb910a1420bd7a02 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 26 Jun 2020 09:53:54 +0200 Subject: afl-plot remove error print --- afl-plot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'afl-plot') diff --git a/afl-plot b/afl-plot index de344eaa..1074552a 100755 --- a/afl-plot +++ b/afl-plot @@ -68,7 +68,7 @@ if [ ! -f "$inputdir/plot_data" ]; then fi -BANNER="`cat "$inputdir/fuzzer_stats" | grep '^afl_banner ' | cut -d: -f2- | cut -b2-`" +BANNER="`cat "$inputdir/fuzzer_stats" 2> /dev/null | grep '^afl_banner ' | cut -d: -f2- | cut -b2-`" test "$BANNER" = "" && BANNER="(none)" -- cgit 1.4.1