Do not call 'cmp' with non-existant -q flag.
authorYann Dirson <ydirson@altern.org>
Sat, 27 May 2006 16:39:31 +0000 (18:39 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 28 May 2006 16:46:07 +0000 (09:46 -0700)
I cannot find when that flag was removed if it ever existed, I can find
nothing about it in the ChangeLog and NEWS file of GNU diff.  The current
flag is -s aka --quiet aka --silent, so let's use -s, assuming it is a
portable flag.  Feel free to lart me with a POSIX bible if needed.

Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found