diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-12-04 17:59:11 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-12-04 17:59:11 +0100 |
commit | 9a7d045897befd0388966ffd1d9c532e4158d096 (patch) | |
tree | d9a7acd33c2dd3e7bb256bb1c8ca58fe06b49966 | |
parent | 1aebbd7490b39a39c31d473af536b7f932412cb6 (diff) | |
download | afl++-9a7d045897befd0388966ffd1d9c532e4158d096.tar.gz |
build_unicorn_support no longer fetches qemuafl
-rwxr-xr-x | unicorn_mode/build_unicorn_support.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index b4d2058f..f1306a06 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -149,7 +149,7 @@ git status 1>/dev/null 2>/dev/null if [ $? -eq 0 ]; then echo "[*] initializing unicornafl submodule" git submodule init || exit 1 - git submodule update 2>/dev/null # ignore errors + git submodule update ./unicornafl 2>/dev/null # ignore errors else echo "[*] cloning unicornafl" test -d unicornafl || { |