1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 00:28:48 -05:00

fuzzer: Only clone the latest fuzzer code, for speed.

This commit is contained in:
Dan Fandrich 2019-03-14 14:03:16 +01:00
parent 6c60355323
commit 6971478963

View File

@ -4,4 +4,4 @@
set -ex
# Clone the curl-fuzzer repository to the specified directory.
git clone https://github.com/curl/curl-fuzzer $1
git clone --depth=1 https://github.com/curl/curl-fuzzer "$1"