about summary refs log tree commit diff
path: root/custom_mutators
diff options
context:
space:
mode:
authorRuben ten Hove <ruben.tenhove@tno.nl>2022-06-21 18:52:43 +0200
committerRuben ten Hove <ruben.tenhove@tno.nl>2022-06-21 18:52:43 +0200
commita5822c7c2fc34e52defe630b418db7f856bc4f89 (patch)
treea4442e69afa4c27d952ddc77de0daa8939176722 /custom_mutators
parent01cb84051a9d4bfd33123902577f9310bb6c251d (diff)
downloadafl++-a5822c7c2fc34e52defe630b418db7f856bc4f89.tar.gz
various changes
Diffstat (limited to 'custom_mutators')
-rwxr-xr-xcustom_mutators/grammar_mutator/build_grammar_mutator.sh2
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