From b9b420b78f13894b3e6aeedcb96c5a02e0298530 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 17 Feb 2019 22:06:06 -0500 Subject: Die on error --- etc/pkgs/002-binutils.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc/pkgs/002-binutils.sh') diff --git a/etc/pkgs/002-binutils.sh b/etc/pkgs/002-binutils.sh index 4c2e13d..8b1d8cb 100755 --- a/etc/pkgs/002-binutils.sh +++ b/etc/pkgs/002-binutils.sh @@ -1,4 +1,6 @@ -#!/bin/bash -x +#!/bin/bash +set -xe + name=binutils version=2.31.1 url=https://ftp.gnu.org/gnu/binutils/${name}-${version}.tar.gz -- cgit