From 38db43a5b65a83bf9121db4909857558e364074e Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 23 Feb 2019 13:01:17 -0800
Subject: [PATCH] Tiny bit of formatting

---
 scripts/build.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
 mode change 100644 => 100755 scripts/build.sh

diff --git a/scripts/build.sh b/scripts/build.sh
old mode 100644
new mode 100755
index 32dfae3..6e0965e
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -2,11 +2,13 @@
 
 # Log when the build occurred.
 date
+echo ""
 
 # Capture our starting point for easier navigation.
 OG_DIR=$(pwd)
 export OG_DIR
 echo "$OG_DIR"
+echo ""
 
 # Organization
 mkdir "$OG_DIR/src"
@@ -16,7 +18,7 @@ OPENSSL_DIR="$OG_DIR/src/openssl"
 export OPENSSL_DIR
 
 # Dependency: OpenSSL
-echo "Checking out OpenSSL"
+echo "DEPENDENCY: OPENSSL"
 git clone -q https://github.com/openssl/openssl.git -b "$OPENSSL_TAG" "$OPENSSL_DIR"
 cd "$OPENSSL_DIR" || exit
 ./config
-- 
GitLab