Skip to content
Snippets Groups Projects
Commit 38db43a5 authored by Erick Hitter's avatar Erick Hitter
Browse files

Tiny bit of formatting

parent 259fa279
No related branches found
No related tags found
1 merge request!1MVP build process
...@@ -2,11 +2,13 @@ ...@@ -2,11 +2,13 @@
# Log when the build occurred. # Log when the build occurred.
date date
echo ""
# Capture our starting point for easier navigation. # Capture our starting point for easier navigation.
OG_DIR=$(pwd) OG_DIR=$(pwd)
export OG_DIR export OG_DIR
echo "$OG_DIR" echo "$OG_DIR"
echo ""
# Organization # Organization
mkdir "$OG_DIR/src" mkdir "$OG_DIR/src"
...@@ -16,7 +18,7 @@ OPENSSL_DIR="$OG_DIR/src/openssl" ...@@ -16,7 +18,7 @@ OPENSSL_DIR="$OG_DIR/src/openssl"
export OPENSSL_DIR export OPENSSL_DIR
# Dependency: OpenSSL # Dependency: OpenSSL
echo "Checking out OpenSSL" echo "DEPENDENCY: OPENSSL"
git clone -q https://github.com/openssl/openssl.git -b "$OPENSSL_TAG" "$OPENSSL_DIR" git clone -q https://github.com/openssl/openssl.git -b "$OPENSSL_TAG" "$OPENSSL_DIR"
cd "$OPENSSL_DIR" || exit cd "$OPENSSL_DIR" || exit
./config ./config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment