Skip to content

Commit

Permalink
[openssl] Exclude perl scripts (#943)
Browse files Browse the repository at this point in the history
Fixes: #941
  • Loading branch information
kroeckx authored and Dor1s committed Nov 1, 2017
1 parent a667952 commit 5437679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/openssl/build.sh
Expand Up @@ -25,7 +25,7 @@ fi

make -j$(nproc) LDCMD="$CXX $CXXFLAGS"

fuzzers=$(find fuzz -executable -type f '!' -name \*.py '!' -name \*-test)
fuzzers=$(find fuzz -executable -type f '!' -name \*.py '!' -name \*-test '!' -name \*.pl)
for f in $fuzzers; do
fuzzer=$(basename $f)
cp $f $OUT/
Expand Down

0 comments on commit 5437679

Please sign in to comment.