diff options
Diffstat (limited to 'download')
-rwxr-xr-x | download | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -26,6 +26,8 @@ # #************************************************************************* +set -o pipefail + # environment setup yet? if [ -z "$TARFILE_LOCATION" ]; then . ./config_host.mk |