From 5363907f5cc13b10a8a7221e0958cda617302b86 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 25 May 2015 13:55:27 +0200 Subject: reproducible: no debugging for that function, too noisy --- bin/reproducible_common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index d3493f27..3d5318ca 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -256,6 +256,7 @@ publish_page() { } link_packages() { + set +x local i for (( i=1; i<$#+1; i=i+400 )) ; do local string='[' @@ -275,6 +276,7 @@ link_packages() { cd - > /dev/null write_page "$DATA" done + if "$DEBUG" ; then set -x ; fi } gen_packages_html() { -- cgit v1.2.3-54-g00ecf