diff options
author | vanhauser-thc <vh@thc.org> | 2022-02-01 14:16:49 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-02-01 14:16:49 +0100 |
commit | 119a0e0dcebe93f8c3e7ca4d23429519aca317e2 (patch) | |
tree | c6d65322141271170e2abd9eefea6b8afb5ecfe3 /qemu_mode/build_qemu_support.sh | |
parent | f336aa463b65aac0544118dc82eded463f2c3d83 (diff) | |
download | afl++-119a0e0dcebe93f8c3e7ca4d23429519aca317e2.tar.gz |
fix build scripts
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 8822770c..5dbd9d44 100755 --- a/qemu_mode/build_qemu_support.sh +++ b/qemu_mode/build_qemu_support.sh @@ -87,7 +87,7 @@ else } fi -test -d qemuafl/.git || { echo "[-] Not checked out, please install git or check your internet connection." ; exit 1 ; } +test -e qemuafl/.git || { echo "[-] Not checked out, please install git or check your internet connection." ; exit 1 ; } echo "[+] Got qemuafl." cd "qemuafl" || exit 1 |