about summary refs log tree commit diff
path: root/unicorn_mode
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-02-01 14:16:49 +0100
committervanhauser-thc <vh@thc.org>2022-02-01 14:16:49 +0100
commit119a0e0dcebe93f8c3e7ca4d23429519aca317e2 (patch)
treec6d65322141271170e2abd9eefea6b8afb5ecfe3 /unicorn_mode
parentf336aa463b65aac0544118dc82eded463f2c3d83 (diff)
downloadafl++-119a0e0dcebe93f8c3e7ca4d23429519aca317e2.tar.gz
fix build scripts
Diffstat (limited to 'unicorn_mode')
-rwxr-xr-xunicorn_mode/build_unicorn_support.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh
index 80961599..a846fd1c 100755
--- a/unicorn_mode/build_unicorn_support.sh
+++ b/unicorn_mode/build_unicorn_support.sh
@@ -171,7 +171,7 @@ else
   }
 fi
 
-test -d unicornafl/.git || { echo "[-] not checked out, please install git or check your internet connection." ; exit 1 ; }
+test -e unicornafl/.git || { echo "[-] not checked out, please install git or check your internet connection." ; exit 1 ; }
 echo "[+] Got unicornafl."
 
 cd "unicornafl" || exit 1