[X2Go-Commits] [x2goclient] 65/126: deduplicate.sh: change exit to return in parse_otool_output.

git-admin at x2go.org git-admin at x2go.org
Wed Dec 30 21:32:11 CET 2015


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

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

commit 2c9692db0cbbe09546c77a064fcd840e9d0169c3
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Aug 27 04:54:58 2015 +0200

    deduplicate.sh: change exit to return in parse_otool_output.
---
 debian/changelog |    1 +
 deduplicate.sh   |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8915008..0d0270d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -124,6 +124,7 @@ x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low
     - deduplicate.sh: fix parse_otool_output: we want to return failure only
       iff any of the strings are present in otool's output and actually handle
       the failure string *ARRAY* correctly as that.
+    - deduplicate.sh: change exit to return in parse_otool_output.
 
   [ Oleksandr Shneyder ]
   * New upstream release (4.0.5.1):
diff --git a/deduplicate.sh b/deduplicate.sh
index 939eb55..235d4b1 100755
--- a/deduplicate.sh
+++ b/deduplicate.sh
@@ -30,7 +30,7 @@ parse_otool_output() {
 		fi
 	done <<< "${raw_output}"
 
-	exit 0
+	return 0
 }
 
 typeset -a all_files

--
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