diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-03-04 10:52:22 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-03-04 10:52:22 +0100 |
commit | 3977d50b5538e8097eb5d9329c6df5eaa147374b (patch) | |
tree | 036f04f46c6f2677331059ada8c44343ef425890 /qemu_mode/build_qemu_support.sh | |
parent | 3bcfbf50389a2baef1a40079016fab2d3b04e9a8 (diff) | |
download | afl++-3977d50b5538e8097eb5d9329c6df5eaa147374b.tar.gz |
update qemuafl and remove git stas
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 815e77d6..97a05800 100755 --- a/qemu_mode/build_qemu_support.sh +++ b/qemu_mode/build_qemu_support.sh @@ -132,7 +132,7 @@ echo "[+] Got qemuafl." cd "qemuafl" || exit 1 echo "[*] Checking out $QEMUAFL_VERSION" -sh -c 'git stash && git stash drop' 1>/dev/null 2>/dev/null +# sh -c 'git stash && git stash drop' 1>/dev/null 2>/dev/null git checkout "$QEMUAFL_VERSION" || echo Warning: could not check out to commit $QEMUAFL_VERSION echo "[*] Making sure imported headers matches" |