mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 11:44:38 +02:00
Fix newlines in async script
This commit is contained in:
@@ -91,7 +91,7 @@ set -e
|
|||||||
|
|
||||||
if [ -d ./async ];
|
if [ -d ./async ];
|
||||||
then
|
then
|
||||||
echo "\n\nUsing existing async repo\n\n"
|
echo "Using existing async repo"
|
||||||
else
|
else
|
||||||
# make a clone of the wolfAsyncCrypt repository
|
# make a clone of the wolfAsyncCrypt repository
|
||||||
git clone --depth 1 $ASYNC_REPO async
|
git clone --depth 1 $ASYNC_REPO async
|
||||||
|
Reference in New Issue
Block a user