diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-12-08 10:09:35 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-12-08 10:09:35 +0100 |
commit | eda068751e1876797e1ec481ece356ecfb63f0cc (patch) | |
tree | 865d1665f31300ba0fded92d27d1b6273163ea30 /qemu_mode/build_qemu_support.sh | |
parent | 5d6b1129f0e95a29a3fd7a7e09a93a5c1db6c78a (diff) | |
download | afl++-eda068751e1876797e1ec481ece356ecfb63f0cc.tar.gz |
streamlined grammar mutator submodule
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 683026bb..c24cc995 100755 --- a/qemu_mode/build_qemu_support.sh +++ b/qemu_mode/build_qemu_support.sh @@ -114,7 +114,7 @@ git status 1>/dev/null 2>/dev/null if [ $? -eq 0 ]; then echo "[*] initializing qemuafl submodule" git submodule init || exit 1 - git submodule update 2>/dev/null # ignore errors + git submodule update ./qemuafl 2>/dev/null # ignore errors else echo "[*] cloning qemuafl" test -d qemuafl || { |