]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
support/download/file: remove set -x
authorAngelo Compagnucci <angelo@amarulasolutions.com>
Tue, 8 May 2018 15:58:29 +0000 (17:58 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 13 May 2018 20:26:43 +0000 (22:26 +0200)
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>
support/download/file

index 6dd37b04dc6a63c413fc685f3f7f1a908ca99b08..e52fcf2c8ca41afcb18bfb18057525ab4ce873d7 100755 (executable)
@@ -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
 #