diff options
author | hexcoder- <heiko@hexco.de> | 2020-04-19 00:38:57 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-04-19 00:38:57 +0200 |
commit | 39f715982d612c6815945c55f888e9924f9dc216 (patch) | |
tree | 22d80bf5d5a26223874bc2bd3d7f5ab50651f18f | |
parent | 724d4ec3de2e8452ebc36b13747013575c49ca21 (diff) | |
parent | e4670d3abc25e28cd1bb3fd291ec8f728e47ad5e (diff) | |
download | afl++-39f715982d612c6815945c55f888e9924f9dc216.tar.gz |
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
-rwxr-xr-x | unicorn_mode/build_unicorn_support.sh | 2 | ||||
m--------- | unicorn_mode/unicornafl | 0 |
2 files changed, 0 insertions, 2 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index 0c84c07b..b2ac48f9 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -154,8 +154,6 @@ if [ $? -eq 0 ]; then git submodule update 2>/dev/null # ignore errors else echo "[*] cloning unicornafl" - rm -rf unicornafl # workaround for travis ... sadly ... - #test -d unicorn && { cd unicorn && { git stash ; git pull ; cd .. ; } } test -d unicornafl || { CNT=1 while [ '!' -d unicornafl -a "$CNT" -lt 4 ]; do diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl -Subproject 4c2bff41deae2701fc3ebc2bba7a16c5f195713 +Subproject 89fd1f66912c8e0918ba0658b16bda204607e44 |