[X2Go-Commits] [x2goclient] 59/217: deduplicate.sh: non-functional: change WARNING to ERROR in error messages.

git-admin at x2go.org git-admin at x2go.org
Sat Aug 27 19:24:37 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 e0158f0fbc8cbd161be36657ced219617e4b0cb1
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Aug 27 03:56:21 2015 +0200

    deduplicate.sh: non-functional: change WARNING to ERROR in error messages.
---
 debian/changelog |    2 ++
 deduplicate.sh   |    6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5c43e47..8c785d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -138,6 +138,8 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
     - deduplicate.sh: add missed local variable declaration.
     - deduplicate.sh: new function for parsing otool's output and printing
       library dependencies if no error occurred.
+    - deduplicate.sh: non-functional: change WARNING to ERROR in error
+      messages.
   * 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 a5b59e9..41d2cbf 100755
--- a/deduplicate.sh
+++ b/deduplicate.sh
@@ -126,9 +126,9 @@ for entry in ${duplicates[@]}; do
 				break
 			fi
 		else
-			echo "WARNING: empty file name while matching duplicates with non-duplicates." >&2
-			echo "WARNING: duplicate entry: \"${entry}\"" >&2
-			echo "WARNING: real entry: \"${all_entry}\"" >&2
+			echo "ERROR: empty file name while matching duplicates with non-duplicates." >&2
+			echo "ERROR: duplicate entry: \"${entry}\"" >&2
+			echo "ERROR: real entry: \"${all_entry}\"" >&2
 			exit 1
 		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