Fix newlines in async script

This commit is contained in:
Juliusz Sosinowicz 2023-08-18 17:23:49 +02:00
parent 5624b6e9d2
commit 9ca1738b7a

View File

@ -91,7 +91,7 @@ set -e
if [ -d ./async ];
then
echo "\n\nUsing existing async repo\n\n"
echo "Using existing async repo"
else
# make a clone of the wolfAsyncCrypt repository
git clone --depth 1 $ASYNC_REPO async