We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cead12 commit 58e5045Copy full SHA for 58e5045
1 file changed
scripts/utils-wolfssl.sh
@@ -42,7 +42,7 @@ clone_wolfssl() {
42
43
if [ ! -d ${WOLFSSL_SOURCE_DIR} ]; then
44
printf "\tClone wolfSSL ${WOLFSSL_TAG} ... "
45
- git clone --depth=1 -b ${WOLFSSL_TAG} ${WOLFSSL_GIT} \
+ git clone -b ${WOLFSSL_TAG} ${WOLFSSL_GIT} \
46
${WOLFSSL_SOURCE_DIR} >>$LOG_FILE 2>&1
47
if [ $? != 0 ]; then
48
printf "ERROR.\n"
0 commit comments