diff options
Diffstat (limited to 'builddeps-grubinvaders')
-rwxr-xr-x | builddeps-grubinvaders | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builddeps-grubinvaders b/builddeps-grubinvaders index 93f6f2f..c39e5db 100755 --- a/builddeps-grubinvaders +++ b/builddeps-grubinvaders @@ -18,6 +18,8 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # +set -u -e -v + # This script is used by the main "builddeps" script in libreboot src/meta archives. # The reason it is seperated here is so that MemTest86+ can be built separately aswell. |