diff options
author | Angelo Compagnucci <angelo@amarulasolutions.com> | 2018-05-08 17:58:29 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-05-13 22:26:43 +0200 |
commit | 43ca1987e6e5eb69677e7f1b461feeef187f0656 (patch) | |
tree | 0435e7d824e4ec2d0abd7df79d68ed6d780569f5 | |
parent | a9bb361435532d00bbcff6fed97618b68441b9cc (diff) | |
download | buildroot-43ca1987e6e5eb69677e7f1b461feeef187f0656.tar.gz buildroot-43ca1987e6e5eb69677e7f1b461feeef187f0656.zip |
support/download/file: remove set -x
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rwxr-xr-x | support/download/file | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support/download/file b/support/download/file index 6dd37b04dc..e52fcf2c8c 100755 --- a/support/download/file +++ b/support/download/file @@ -2,7 +2,6 @@ # We want to catch any unexpected failure, and exit immediately set -e -set -x # Download helper for cp, to be called from the download wrapper script # |