mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
streamlined grammar mutator submodule
This commit is contained in:
@ -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 || {
|
||||
|
Reference in New Issue
Block a user