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..."
|
||||
wget https://github.com/openssl/openssl/archive/$OPENSSL.tar.gz
|
||||
fi
|
||||
rm -rf ./$OPENSSL
|
||||
rm -rf ./openssl-$OPENSSL
|
||||
echo "Unpacking OpenSSL sources..."
|
||||
tar xzf $OPENSSL.tar.gz || exit 1
|
||||
cd openssl-$OPENSSL
|
||||
|
Loading…
Reference in New Issue
Block a user