X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=gzexe.in;h=b3339937418969d7eef907d3c94b39e21ebf0a9f;hb=3471e27de87bb81abd6aa67f4391d3fce9a35437;hp=15c9e41b37cf5011f48c6dbb8c08602ad147597d;hpb=9eec1e4079c404ab308e5990eabce633b8278a5e;p=debian%2Fgzip diff --git a/gzexe.in b/gzexe.in index 15c9e41..b333993 100644 --- a/gzexe.in +++ b/gzexe.in @@ -13,7 +13,8 @@ # On Ultrix, /bin/sh is too buggy, change the first line to: #!/bin/sh5 -# Copyright (C) 1998, 2002, 2004, 2006, 2007 Free Software Foundation +# Copyright (C) 1998, 2002, 2004, 2006-2007, 2010-2016 Free Software +# Foundation, Inc. # Copyright (C) 1993 Jean-loup Gailly # This program is free software; you can redistribute it and/or modify @@ -36,7 +37,7 @@ nl=' IFS=" $tab$nl" version='gzexe (gzip) @VERSION@ -Copyright (C) 2007, 2009 Free Software Foundation, Inc. +Copyright (C) 2007, 2011-2016 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License . There is NO WARRANTY, to the extent permitted by law. @@ -52,13 +53,6 @@ Rename each FILE with a compressed version of itself, renaming FILE to FILE~. Report bugs to ." - -bindir=@bindir@ -case $1 in ---__bindir) bindir=${2?}; shift; shift;; -esac -PATH=$bindir:$PATH - decomp=0 res=0 while :; do