bash-ify all build scripts; fixes #79

This commit is contained in:
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"; printf "\n------------------------------------- BINARY TARBALL BUILD ------------------------------------------\n";
# Aborts the script upon any faliure # Aborts the script upon any faliure

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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