diff mbox series

support/download/file: remove set -x

Message ID 1525795109-22746-1-git-send-email-angelo@amarulasolutions.com
State Accepted
Headers show
Series support/download/file: remove set -x | expand

Commit Message

Angelo Compagnucci May 8, 2018, 3:58 p.m. UTC
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
---
 support/download/file | 1 -
 1 file changed, 1 deletion(-)

Comments

Yann E. MORIN May 12, 2018, 3:07 p.m. UTC | #1
Angelo, All,

On 2018-05-08 17:58 +0200, Angelo Compagnucci spake thusly:
> Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
> ---
>  support/download/file | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/support/download/file b/support/download/file
> index 6dd37b0..e52fcf2 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

Damn, yes! :-)

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

>  # Download helper for cp, to be called from the download wrapper script
>  #
> -- 
> 2.7.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Thomas Petazzoni May 13, 2018, 8:26 p.m. UTC | #2
Hello,

On Tue,  8 May 2018 17:58:29 +0200, Angelo Compagnucci wrote:
> Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
> ---
>  support/download/file | 1 -
>  1 file changed, 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/support/download/file b/support/download/file
index 6dd37b0..e52fcf2 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
 #