From 035e35850db808ae87ac9abdd3765fc19e22d3bc Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Sat, 7 Mar 2020 19:44:22 +0100 Subject: bash-ify all build scripts; fixes #79 --- binary_tarball/scripts/2_Download_Source_Code.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binary_tarball/scripts/2_Download_Source_Code.sh') diff --git a/binary_tarball/scripts/2_Download_Source_Code.sh b/binary_tarball/scripts/2_Download_Source_Code.sh index 27ab37c..67e87d2 100755 --- a/binary_tarball/scripts/2_Download_Source_Code.sh +++ b/binary_tarball/scripts/2_Download_Source_Code.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash printf "\n\n--------------------------------- SOURCE CODE DOWNLOAD --------------------------------------\n"; # Setup Script Variables -- cgit