streamlined grammar mutator submodule

This commit is contained in:
Dominik Maier
2020-12-08 10:09:35 +01:00
parent 5d6b1129f0
commit eda068751e
8 changed files with 201 additions and 3 deletions

View File

@ -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
}