about summary refs log tree commit diff
path: root/afl-cmin.bash
diff options
context:
space:
mode:
authoraflpp <aflpp@aflplus.plus>2020-06-22 08:28:41 +0200
committeraflpp <aflpp@aflplus.plus>2020-06-22 08:28:41 +0200
commit87f127722c5dd9d503c9b9acab9aceb0fd573da5 (patch)
tree52d9bf3a264d80b80d3291e205bce51f6d7feb81 /afl-cmin.bash
parenta49b5ef072011cc840c37653d6f6469dc3671968 (diff)
downloadafl++-87f127722c5dd9d503c9b9acab9aceb0fd573da5.tar.gz
fix afl-cmin.bash
Diffstat (limited to 'afl-cmin.bash')
-rwxr-xr-xafl-cmin.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-cmin.bash b/afl-cmin.bash
index bdef1edc..3e29aa5c 100755
--- a/afl-cmin.bash
+++ b/afl-cmin.bash
@@ -245,7 +245,7 @@ if [ ! "$STDIN_FILE" = "" ]; then
 fi
 
 if [ "$AFL_PATH" = "" ]; then
-  SHOWMAP="${0%/afl-cmin}/afl-showmap"
+  SHOWMAP="${0%/afl-cmin.bash}/afl-showmap"
 else
   SHOWMAP="$AFL_PATH/afl-showmap"
 fi