diff options
author | hexcoder- <heiko@hexco.de> | 2021-01-02 08:35:27 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2021-01-02 08:35:27 +0100 |
commit | 697e3e285bdfc3848dfeafcec7345301cb3dc64e (patch) | |
tree | 234ad7324ba790030c0723779a091a69073e94fd | |
parent | 16d2bd31778600dedd3f8ca10f19bce62f14ccb8 (diff) | |
download | afl++-697e3e285bdfc3848dfeafcec7345301cb3dc64e.tar.gz |
add missing git submodule sync
-rwxr-xr-x | unicorn_mode/build_unicorn_support.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index f1306a06..9407de3f 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -150,6 +150,7 @@ if [ $? -eq 0 ]; then echo "[*] initializing unicornafl submodule" git submodule init || exit 1 git submodule update ./unicornafl 2>/dev/null # ignore errors + git submodule sync ./unicornafl 2>/dev/null # ignore errors else echo "[*] cloning unicornafl" test -d unicornafl || { |