bash-ify all build scripts; fixes #79

master
ohfp 2020-03-07 19:44:22 +01:00
parent 60e7d08663
commit 035e35850d
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
printf "\n------------------------------------- BINARY TARBALL BUILD ------------------------------------------\n";
# Aborts the script upon any faliure

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
printf "\n\n-------------------------------------- DEPENDENCY INSTALLATION ---------------------------------------------\n";
# Setup Script Variables

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
printf "\n\n--------------------------------- SOURCE CODE DOWNLOAD --------------------------------------\n";
# Setup Script Variables

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
printf "\n\n------------------------------ FINAL PREBUILD CONFIGURATION ---------------------------------\n";
# Setup Script Variables

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
printf "\n\n--------------------------------------- BUILD -----------------------------------------------\n";
# Setup Script Variables

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
printf "\n\n--------------------------------- SETTINGS INTEGRATION --------------------------------------\n";
# Setup Script Variables

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
printf "\n------------------------------------- SCRIPT SETUP ------------------------------------------\n";
# Aborts the script upon any faliure