diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-04-18 23:16:00 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-18 23:16:00 +0200 |
commit | e4670d3abc25e28cd1bb3fd291ec8f728e47ad5e (patch) | |
tree | def8d4c1513202f4476611c3bdf635d139329237 | |
parent | 8aa86d063a1dcf5762e3a3ee60a2e1f201d9d5ce (diff) | |
download | afl++-e4670d3abc25e28cd1bb3fd291ec8f728e47ad5e.tar.gz |
no need to rm folder
-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 |