about summary refs log tree commit diff
path: root/custom_mutators/grammar_mutator
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-09-26 03:43:45 +0200
committervanhauser-thc <vh@thc.org>2022-09-26 03:43:45 +0200
commit77f253c1b910e5240ac467680ea9e21a1e4e05ef (patch)
treede88ea63a985e399ef994336e1a789a753e8fbb1 /custom_mutators/grammar_mutator
parented54532f29e90bd3e9dd7322d9ed1de8877d9498 (diff)
downloadafl++-77f253c1b910e5240ac467680ea9e21a1e4e05ef.tar.gz
fix custom mutator build scripts
Diffstat (limited to 'custom_mutators/grammar_mutator')
-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 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