diff options
Diffstat (limited to 'builddeps-seabios')
-rwxr-xr-x | builddeps-seabios | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builddeps-seabios b/builddeps-seabios index 0cf0382..517957d 100755 --- a/builddeps-seabios +++ b/builddeps-seabios @@ -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 coreboot can be built separately aswell. |