[X2Go-Commits] [x2goclient] 67/197: deduplicate.sh: debug parse_otool_output fiercely for the time being.

git-admin at x2go.org git-admin at x2go.org
Thu Jun 30 23:52:51 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 2feb4bd1b5b1d367158f1590191b1bf4a4e425f9
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Aug 27 04:57:54 2015 +0200

    deduplicate.sh: debug parse_otool_output fiercely for the time being.
---
 debian/changelog |    1 +
 deduplicate.sh   |    2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 120dc3b..39ca6cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -151,6 +151,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
     - deduplicate.sh: change exit to return in parse_otool_output.
     - deduplicate.sh: record crafted "library path" values in duplicates
       replacement to_files array.
+    - deduplicate.sh: debug parse_otool_output fiercely for the time being.
   * debian/control:
     - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
     - Uploaders: add myself. Also, force a rebuild due to the changed
diff --git a/deduplicate.sh b/deduplicate.sh
index ab86a0b..5e1000f 100755
--- a/deduplicate.sh
+++ b/deduplicate.sh
@@ -12,6 +12,7 @@ otool_fail_str=( "is not an object file"
 		 "Archive : " )
 
 parse_otool_output() {
+set -x
 	typeset raw_output="${@}"
 
 	typeset fail_str=""
@@ -30,6 +31,7 @@ parse_otool_output() {
 		fi
 	done <<< "${raw_output}"
 
+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