example/web/build-openssl.sh minor fix

GitOrigin-RevId: a0287f908c371a4d4a086f9e793885a24114053d
This commit is contained in:
Arseny Smirnov 2018-12-26 13:32:13 +03:00
parent 4ec320cd0a
commit 7ee12fd9a2

View File

@ -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