This is an automated email from the git hooks/post-receive script. terceiro pushed a commit to branch master in repository devscripts.
commit 8c2815eb65a35d9917bb0ac1fdd1a69a0b26328d Author: Antonio Terceiro <[email protected]> Date: Sun Sep 4 18:35:19 2016 -0300 debrepro: fix cmp call --- scripts/debrepro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debrepro.sh b/scripts/debrepro.sh index 974dc85..db85a40 100755 --- a/scripts/debrepro.sh +++ b/scripts/debrepro.sh @@ -109,7 +109,7 @@ build() { } binmatch() { - cmp -q "$1" "$2" + cmp --silent "$1" "$2" } compare() { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
