summaryrefslogtreecommitdiff
path: root/etc/pkgs/002-binutils.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-02-17 22:06:06 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-02-17 22:06:06 -0500
commitb9b420b78f13894b3e6aeedcb96c5a02e0298530 (patch)
tree1882cbcd84bc3469790060b1e648570343149e72 /etc/pkgs/002-binutils.sh
parentca90c863c2aa82e5c0b24e5e1181f71397a78c2a (diff)
downloaddocker-base-b9b420b78f13894b3e6aeedcb96c5a02e0298530.tar.gz
Die on error
Diffstat (limited to 'etc/pkgs/002-binutils.sh')
-rwxr-xr-xetc/pkgs/002-binutils.sh4
1 files changed, 3 insertions, 1 deletions
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