diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-11-02 14:15:44 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-11-02 14:15:44 +0100 |
commit | a260d34b4997d86ec158843c2362dae009e3bcf7 (patch) | |
tree | 0c4ed87b721ee10b40d4a7c85f8fffc8b06182ba /qemu_mode/build_qemu_support.sh | |
parent | 54ed02ef4771b227b000baa5e491e13e514d235e (diff) | |
download | afl++-a260d34b4997d86ec158843c2362dae009e3bcf7.tar.gz |
persistent hook example
Diffstat (limited to 'qemu_mode/build_qemu_support.sh')
-rwxr-xr-x | qemu_mode/build_qemu_support.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/build_qemu_support.sh b/qemu_mode/build_qemu_support.sh index 9561ea34..683026bb 100755 --- a/qemu_mode/build_qemu_support.sh +++ b/qemu_mode/build_qemu_support.sh @@ -60,7 +60,7 @@ if [ ! -f "../afl-showmap" ]; then fi PREREQ_NOTFOUND= -for i in libtool wget automake autoconf sha384sum bison flex iconv patch pkg-config; do +for i in git wget sha384sum bison flex iconv patch pkg-config; do T=`command -v "$i" 2>/dev/null` |