From: Paul Eggert Date: Sat, 9 Dec 2006 04:25:56 +0000 (+0000) Subject: * zdiff.in: Remove first line containing ":". This follows X-Git-Tag: v1.3.12~36 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b2252205d9fea2b53fae7db007e7ec074e5a94b7;p=debian%2Fgzip * zdiff.in: Remove first line containing ":". This follows up on the SEDCMD fix of 2006-12-01. * zforce.in: Likewise. * zgrep.in: Likewise. * zless.in: Likewise. * zmore.in: Likewise. * znew.in: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 7ebeca9..06c9ee5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2006-12-08 Paul Eggert + * zdiff.in: Remove first line containing ":". This follows + up on the SEDCMD fix of 2006-12-01. + * zforce.in: Likewise. + * zgrep.in: Likewise. + * zless.in: Likewise. + * zmore.in: Likewise. + * znew.in: Likewise. + Fix problems in porting to NSK reported by Matthew Woehlke in and . diff --git a/zdiff.in b/zdiff.in index 9300a44..6194cf9 100644 --- a/zdiff.in +++ b/zdiff.in @@ -1,4 +1,3 @@ -: #!/bin/sh # sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh diff --git a/zforce.in b/zforce.in index 2dda89c..58a3489 100644 --- a/zforce.in +++ b/zforce.in @@ -1,4 +1,3 @@ -: #!/bin/sh # zforce: force a gz extension on all gzip files so that gzip will not # compress them twice. diff --git a/zgrep.in b/zgrep.in index e309f05..ae5a9d1 100644 --- a/zgrep.in +++ b/zgrep.in @@ -1,4 +1,3 @@ -: #!/bin/sh # zgrep -- a wrapper around a grep program that decompresses files as needed diff --git a/zless.in b/zless.in index 07b7519..dae346f 100644 --- a/zless.in +++ b/zless.in @@ -1,4 +1,3 @@ -: #!/bin/sh # Copyright (C) 1998, 2002, 2006 Free Software Foundation diff --git a/zmore.in b/zmore.in index 909dcf5..82bc70f 100644 --- a/zmore.in +++ b/zmore.in @@ -1,4 +1,3 @@ -: #!/bin/sh # Copyright (C) 2001, 2002 Free Software Foundation diff --git a/znew.in b/znew.in index abe247d..986ffc7 100644 --- a/znew.in +++ b/znew.in @@ -1,4 +1,3 @@ -: #!/bin/sh # Copyright (C) 1998, 2002, 2004 Free Software Foundation