bash-ify all build scripts; fixes #79
This commit is contained in:
parent
60e7d08663
commit
035e35850d
7 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
printf "\n\n--------------------------------------- BUILD -----------------------------------------------\n";
|
printf "\n\n--------------------------------------- BUILD -----------------------------------------------\n";
|
||||||
|
|
||||||
# Setup Script Variables
|
# Setup Script Variables
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
2
build.sh
2
build.sh
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue