aboutsummaryrefslogtreecommitdiff
path: root/afl-plot
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-03-19 23:55:28 +0100
committerhexcoder- <heiko@hexco.de>2020-03-19 23:55:28 +0100
commitd0b5cd64c3edd790c1405f0a2105033cf52f7c14 (patch)
tree614d39c14608c7fc2471a7c54523224517b40e21 /afl-plot
parentcd4243b6addbb36306c27f507f940f63209c111b (diff)
downloadAFLplusplus-d0b5cd64c3edd790c1405f0a2105033cf52f7c14.tar.gz
install llvm_mode READMEs
Diffstat (limited to 'afl-plot')
-rwxr-xr-xafl-plot2
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