X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=zcmp.in;h=34637f2bdcc2b63ed14b4c33e625962d0aa68ad9;hb=3d2df61b0ca3aa4efd9258905402dc2a2c73c14c;hp=3752cc1f6a8e5ded2699ba4c4b925742468cecba;hpb=00c348e6584848d12bcf80d5ef33d8caa65b8c58;p=debian%2Fgzip diff --git a/zcmp.in b/zcmp.in index 3752cc1..34637f2 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-2013 Free Software Foundation, Inc. +# Copyright (C) 2007, 2010-2015 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 "$@"