about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-01-07 07:11:05 +0100
committerhexcoder- <heiko@hexco.de>2020-01-07 07:11:05 +0100
commitd176c59ea28c3830dce2b7aa5ac404bbd769420b (patch)
tree70d7d7b117204cb8389481bef1f2a9350a72ab14
parent345c1deb58d2b9249879cb020b9aac322781ba08 (diff)
downloadafl++-d176c59ea28c3830dce2b7aa5ac404bbd769420b.tar.gz
remove bash dependency (not generally present on *BSD)
-rwxr-xr-xafl-cmin2
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
 # ---------------------------------------------