gzip: also honor GZIP=--rsyncable
[debian/gzip] / zdiff.in
index f1fa95fd4997144138e60d0330ce5ebef1561fde..f2f5435187dfadec6611c55ab843cf13cf3b0866 100644 (file)
--- a/zdiff.in
+++ b/zdiff.in
 # 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
-
 case $1 in
   --__cmp) shift
         prog=cmp;  cmp='${CMP-cmp}'  ;;