about summary refs log tree commit diff
path: root/qemu_mode/build_qemu_support.sh
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-03-21 18:51:43 +0100
committerhexcoder- <heiko@hexco.de>2020-03-21 18:51:43 +0100
commit6cbd0f1faf576a3ba9021720b0ca63a3cdd260ab (patch)
treefbfadeeea0fcaa55d5b0b43cfbe41cfce5fb74a1 /qemu_mode/build_qemu_support.sh
parentdcd9cd638b186909d86ec3c3c27fdb0ceadd0a04 (diff)
downloadafl++-6cbd0f1faf576a3ba9021720b0ca63a3cdd260ab.tar.gz
avoid calling awk for 'which' replacement, use POSIX 'command -v' instead
Diffstat (limited to 'qemu_mode/build_qemu_support.sh')
-rwxr-xr-xqemu_mode/build_qemu_support.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/build_qemu_support.sh b/qemu_mode/build_qemu_support.sh
index 021e107b..4cf84477 100755
--- a/qemu_mode/build_qemu_support.sh
+++ b/qemu_mode/build_qemu_support.sh
@@ -86,7 +86,7 @@ fi
 if echo "$CC" | grep -qF /afl-; then
 
   echo "[-] Error: do not use afl-gcc or afl-clang to compile this tool."
-  exit 1
+  PREREQ_NOTFOUND=1
 
 fi