[devscripts] 01/01: debrepro: fix cmp call

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Sep 4 21:35:43 UTC 2016


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 <terceiro at debian.org>
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



More information about the devscripts-devel mailing list