diff options
author | hexcoder- <heiko@hexco.de> | 2020-03-19 23:55:28 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-03-19 23:55:28 +0100 |
commit | d0b5cd64c3edd790c1405f0a2105033cf52f7c14 (patch) | |
tree | 614d39c14608c7fc2471a7c54523224517b40e21 /afl-plot | |
parent | cd4243b6addbb36306c27f507f940f63209c111b (diff) | |
download | afl++-d0b5cd64c3edd790c1405f0a2105033cf52f7c14.tar.gz |
install llvm_mode READMEs
Diffstat (limited to 'afl-plot')
-rwxr-xr-x | afl-plot | 2 |
1 files changed, 1 insertions, 1 deletions
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 |