diff options
author | hexcoder- <heiko@hexco.de> | 2020-01-07 07:11:05 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-01-07 07:11:05 +0100 |
commit | d176c59ea28c3830dce2b7aa5ac404bbd769420b (patch) | |
tree | 70d7d7b117204cb8389481bef1f2a9350a72ab14 | |
parent | 345c1deb58d2b9249879cb020b9aac322781ba08 (diff) | |
download | afl++-d176c59ea28c3830dce2b7aa5ac404bbd769420b.tar.gz |
remove bash dependency (not generally present on *BSD)
-rwxr-xr-x | afl-cmin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-cmin b/afl-cmin index e4e0fd85..a7ded6b8 100755 --- a/afl-cmin +++ b/afl-cmin @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh # # american fuzzy lop - corpus minimization tool # --------------------------------------------- |