From d0b5cd64c3edd790c1405f0a2105033cf52f7c14 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Thu, 19 Mar 2020 23:55:28 +0100 Subject: install llvm_mode READMEs --- afl-plot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'afl-plot') diff --git a/afl-plot b/afl-plot index 0f0154a6..b17af364 100755 --- a/afl-plot +++ b/afl-plot @@ -68,7 +68,7 @@ BANNER="`cat "$1/fuzzer_stats" | grep '^afl_banner ' | cut -d: -f2- | cut -b2-`" test "$BANNER" = "" && BANNER="(none)" -GNUPLOT=`which gnuplot 2>/dev/null` +GNUPLOT=`type gnuplot | awk '{print $NF}' 2>/dev/null` if [ "$GNUPLOT" = "" ]; then -- cgit 1.4.1