[X2Go-Commits] [x2goclient] 82/217: deduplicate.sh: remove some noisy debug output.

git-admin at x2go.org git-admin at x2go.org
Wed Sep 21 01:08:47 CEST 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit d49b57fd607e9f0e8161a869d3ea4b77f25c1d0c
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Sep 24 03:42:40 2015 +0200

    deduplicate.sh: remove some noisy debug output.
---
 debian/changelog |    1 +
 deduplicate.sh   |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cdb4d86..27333da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -150,6 +150,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
     - deduplicate.sh: fix wrong return value capture. We want to check the
       return value of the executed function/command, not that of "typeset".
     - deduplicate.sh: add WARNING to status message.
+    - deduplicate.sh: remove some noisy debug output.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Mon, 19 Sep 2016 09:07:07 +0200
 
diff --git a/deduplicate.sh b/deduplicate.sh
index 26182d4..c298194 100755
--- a/deduplicate.sh
+++ b/deduplicate.sh
@@ -14,7 +14,7 @@ otool_fail_str=( "is not an object file"
 		 "Archive : " )
 
 parse_otool_output() {
-set -x
+#set -x
 	typeset raw_output="${@}"
 
 	typeset fail_str=""
@@ -48,7 +48,7 @@ set -x
 	done <<< "${raw_output}"
 
 	IFS="${oldifs}"
-set +x
+#set +x
 	return 0
 }
 

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list