[X2Go-Commits] [x2goclient] 85/142: deduplicate.sh: add WARNING to status message.

git-admin at x2go.org git-admin at x2go.org
Thu Jan 14 05:10:26 CET 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 defa33dea5ca04d52d0257cd425adb9490aa3389
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Sep 24 03:40:35 2015 +0200

    deduplicate.sh: add WARNING to status message.
---
 debian/changelog |    1 +
 deduplicate.sh   |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 02843b3..4502915 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -166,6 +166,7 @@ x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low
       parse_otool_output debugging.
     - 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.
   * debian/control:
     - Change apache2-dev | libc6-dev build dependency back to apache2-dev
       only. Otherwise, apache2-dev is not installed at all, even though
diff --git a/deduplicate.sh b/deduplicate.sh
index 98f0b26..26182d4 100755
--- a/deduplicate.sh
+++ b/deduplicate.sh
@@ -203,7 +203,7 @@ for all_entry in "${all_files[@]}"; do
 			done
 		done <<< "${dependencies}"
 	else
-		echo "ERROR: otool returned error for file: ${all_entry}" >&2
-		exit 1
+		echo "WARNING: otool returned error for file: ${all_entry}" >&2
+		echo "WARNING: skipping." >&2
 	fi
 done

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