From 119a0e0dcebe93f8c3e7ca4d23429519aca317e2 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 1 Feb 2022 14:16:49 +0100 Subject: fix build scripts --- qemu_mode/build_qemu_support.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu_mode/build_qemu_support.sh') 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 -- cgit 1.4.1