diff options
| author | Dominik Maier <domenukk@gmail.com> | 2020-12-08 10:09:35 +0100 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2020-12-08 10:09:35 +0100 |
| commit | eda068751e1876797e1ec481ece356ecfb63f0cc (patch) | |
| tree | 865d1665f31300ba0fded92d27d1b6273163ea30 /unicorn_mode | |
| parent | 5d6b1129f0e95a29a3fd7a7e09a93a5c1db6c78a (diff) | |
| download | afl++-eda068751e1876797e1ec481ece356ecfb63f0cc.tar.gz | |
streamlined grammar mutator submodule
Diffstat (limited to 'unicorn_mode')
| -rwxr-xr-x | unicorn_mode/build_unicorn_support.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index f1306a06..b59786b6 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -156,7 +156,7 @@ else CNT=1 while [ '!' -d unicornafl -a "$CNT" -lt 4 ]; do echo "Trying to clone unicornafl (attempt $CNT/3)" - git clone https://github.com/AFLplusplus/unicornafl + git clone --depth=1 https://github.com/AFLplusplus/unicornafl CNT=`expr "$CNT" + 1` done } |
