mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 01:58:17 +00:00
no need to rm folder
This commit is contained in:
@ -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
|
||||
|
Submodule unicorn_mode/unicornafl updated: 4c2bff41de...89fd1f6691
Reference in New Issue
Block a user