example/web/build-openssl.sh minor fix
GitOrigin-RevId: a0287f908c371a4d4a086f9e793885a24114053d
This commit is contained in:
parent
4ec320cd0a
commit
7ee12fd9a2
@ -7,7 +7,7 @@ if [ ! -f $OPENSSL.tar.gz ]; then
|
|||||||
echo "Downloading OpenSSL sources..."
|
echo "Downloading OpenSSL sources..."
|
||||||
wget https://github.com/openssl/openssl/archive/$OPENSSL.tar.gz
|
wget https://github.com/openssl/openssl/archive/$OPENSSL.tar.gz
|
||||||
fi
|
fi
|
||||||
rm -rf ./$OPENSSL
|
rm -rf ./openssl-$OPENSSL
|
||||||
echo "Unpacking OpenSSL sources..."
|
echo "Unpacking OpenSSL sources..."
|
||||||
tar xzf $OPENSSL.tar.gz || exit 1
|
tar xzf $OPENSSL.tar.gz || exit 1
|
||||||
cd openssl-$OPENSSL
|
cd openssl-$OPENSSL
|
||||||
|
Loading…
Reference in New Issue
Block a user