Fix newlines in async script
This commit is contained in:
parent
5624b6e9d2
commit
9ca1738b7a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user