X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=zcmp.in;fp=zcmp.in;h=eeee24783350081ce947ad987cf4fed6ddf54df2;hb=20fcfc81ece044b8b0a6768ec6cf47be4e22a2e6;hp=28b9350c2139afadc272f2ad03965415d7394f63;hpb=d57728a6ca2413a7c564d8b7bb13d9e5a5a180f3;p=debian%2Fgzip diff --git a/zcmp.in b/zcmp.in index 28b9350..eeee247 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-2016 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 @@ -17,12 +17,6 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -bindir=@bindir@ -case $1 in ---__bindir) bindir=${2?}; shift; shift;; -esac -PATH=$bindir:$PATH - version="zcmp (gzip) @VERSION@ Copyright (C) 2010 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of @@ -48,4 +42,4 @@ case $1 in --version) echo "$version" || st=2; exit $st;; esac -exec zdiff --__bindir "$bindir" --__cmp "$@" +exec zdiff --__cmp "$@"