mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 20:28:08 +00:00
streamlined grammar mutator submodule
This commit is contained in:
@ -156,7 +156,7 @@ else
|
||||
CNT=1
|
||||
while [ '!' -d unicornafl -a "$CNT" -lt 4 ]; do
|
||||
echo "Trying to clone unicornafl (attempt $CNT/3)"
|
||||
git clone https://github.com/AFLplusplus/unicornafl
|
||||
git clone --depth=1 https://github.com/AFLplusplus/unicornafl
|
||||
CNT=`expr "$CNT" + 1`
|
||||
done
|
||||
}
|
||||
|
Reference in New Issue
Block a user