diff options
| author | van Hauser <vh@thc.org> | 2022-09-28 22:56:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-28 22:56:28 +0200 |
| commit | 7e0171006a32bf6b510e08df76ca6d8555272140 (patch) | |
| tree | e163306b4bdf270c2c787d23007fb61921bb9c40 /custom_mutators/grammar_mutator | |
| parent | ad4b7274766418d2006177edebf0d242b49c5fef (diff) | |
| parent | 96b774261172a2259ab98cc529eba3d7212375cb (diff) | |
| download | afl++-7e0171006a32bf6b510e08df76ca6d8555272140.tar.gz | |
Merge pull request #1537 from AFLplusplus/dev
push to stable
Diffstat (limited to 'custom_mutators/grammar_mutator')
| -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 5121b07f..74cae8aa 100755 --- a/custom_mutators/grammar_mutator/build_grammar_mutator.sh +++ b/custom_mutators/grammar_mutator/build_grammar_mutator.sh @@ -119,7 +119,7 @@ else } fi -test -f grammar_mutator/.git || { echo "[-] not checked out, please install git or check your internet connection." ; exit 1 ; } +test -e grammar_mutator/.git || { echo "[-] not checked out, please install git or check your internet connection." ; exit 1 ; } echo "[+] Got grammar mutator." cd "grammar_mutator" || exit 1 |
