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

@ -114,7 +114,7 @@ git status 1>/dev/null 2>/dev/null
if [ $? -eq 0 ]; then
echo "[*] initializing qemuafl submodule"
git submodule init || exit 1
git submodule update 2>/dev/null # ignore errors
git submodule update ./qemuafl 2>/dev/null # ignore errors
else
echo "[*] cloning qemuafl"
test -d qemuafl || {