X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=zcmp.in;h=28b9350c2139afadc272f2ad03965415d7394f63;hb=d57728a6ca2413a7c564d8b7bb13d9e5a5a180f3;hp=eab0ea4b1f1ebaf3677e843d654d4c09f51050e7;hpb=dc84183747ce1703eb99685b5dbde1f65a143c06;p=debian%2Fgzip diff --git a/zcmp.in b/zcmp.in index eab0ea4..28b9350 100644 --- a/zcmp.in +++ b/zcmp.in @@ -1,7 +1,7 @@ #!/bin/sh # Compare the uncompressed contents of compressed files, byte by byte. -# Copyright (C) 2007, 2010-2012 Free Software Foundation, Inc. +# Copyright (C) 2007, 2010-2013 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -48,4 +48,4 @@ case $1 in --version) echo "$version" || st=2; exit $st;; esac -exec zdiff --__cmp "$@" +exec zdiff --__bindir "$bindir" --__cmp "$@"