diff options
Diffstat (limited to 'custom_mutators')
-rwxr-xr-x[-rw-r--r--] | custom_mutators/grammar_mutator/build_grammar_mutator.sh | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | custom_mutators/grammar_mutator/update_grammar_ref.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/custom_mutators/grammar_mutator/build_grammar_mutator.sh b/custom_mutators/grammar_mutator/build_grammar_mutator.sh index b097ebd3..9251ff24 100644..100755 --- a/custom_mutators/grammar_mutator/build_grammar_mutator.sh +++ b/custom_mutators/grammar_mutator/build_grammar_mutator.sh @@ -113,7 +113,7 @@ else CNT=1 while [ '!' -d grammar_mutator -a "$CNT" -lt 4 ]; do echo "Trying to clone grammar_mutator (attempt $CNT/3)" - git clone --depth=1 "$GRAMMAR_REPO" + git clone "$GRAMMAR_REPO" CNT=`expr "$CNT" + 1` done } diff --git a/custom_mutators/grammar_mutator/update_grammar_ref.sh b/custom_mutators/grammar_mutator/update_grammar_ref.sh index 478a73a8..89067b13 100644..100755 --- a/custom_mutators/grammar_mutator/update_grammar_ref.sh +++ b/custom_mutators/grammar_mutator/update_grammar_ref.sh @@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/sh ################################################## # AFL++ tool to update a git ref. |