diff options
author | Ruben ten Hove <ruben.tenhove@tno.nl> | 2022-06-21 18:52:43 +0200 |
---|---|---|
committer | Ruben ten Hove <ruben.tenhove@tno.nl> | 2022-06-21 18:52:43 +0200 |
commit | a5822c7c2fc34e52defe630b418db7f856bc4f89 (patch) | |
tree | a4442e69afa4c27d952ddc77de0daa8939176722 /custom_mutators | |
parent | 01cb84051a9d4bfd33123902577f9310bb6c251d (diff) | |
download | afl++-a5822c7c2fc34e52defe630b418db7f856bc4f89.tar.gz |
various changes
Diffstat (limited to 'custom_mutators')
-rwxr-xr-x | custom_mutators/grammar_mutator/build_grammar_mutator.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/grammar_mutator/build_grammar_mutator.sh b/custom_mutators/grammar_mutator/build_grammar_mutator.sh index e8594ba3..5121b07f 100755 --- a/custom_mutators/grammar_mutator/build_grammar_mutator.sh +++ b/custom_mutators/grammar_mutator/build_grammar_mutator.sh @@ -128,7 +128,7 @@ git pull >/dev/null 2>&1 sh -c 'git stash && git stash drop' 1>/dev/null 2>/dev/null git checkout "$GRAMMAR_VERSION" || exit 1 echo "[*] Downloading antlr..." -wget -c https://www.antlr.org/download/antlr-4.8-complete.jar +wget -q https://www.antlr.org/download/antlr-4.8-complete.jar cd .. echo |