* zdiff.in: Remove first line containing ":". This follows
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Dec 2006 04:25:56 +0000 (04:25 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Dec 2006 04:25:56 +0000 (04:25 +0000)
up on the SEDCMD fix of 2006-12-01.
* zforce.in: Likewise.
* zgrep.in: Likewise.
* zless.in: Likewise.
* zmore.in: Likewise.
* znew.in: Likewise.

ChangeLog
zdiff.in
zforce.in
zgrep.in
zless.in
zmore.in
znew.in

index 7ebeca93650aa0105f6cf0ac58bbc36a2e05d704..06c9ee5eaa63fa357f7c963c08a75944a9e8a2a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2006-12-08  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * 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
        <http://lists.gnu.org/archive/html/bug-gzip/2006-12/msg00025.html> and
        <http://lists.gnu.org/archive/html/bug-gzip/2006-12/msg00027.html>.
index 9300a447347276df8f7d29afd10b61de51700f4b..6194cf914176d1f60c9be6c07e97d9e5917a1860 100644 (file)
--- 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
 
index 2dda89c5453f601e8c03b9b7342c3d971e198389..58a34891f0d511cfc6446fc65ebaed706fd164cc 100644 (file)
--- 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.
index e309f0542e157c267237c7bcd91723b09d412788..ae5a9d1ed8cd44ae81406d47fa8cbc45fe567f82 100644 (file)
--- a/zgrep.in
+++ b/zgrep.in
@@ -1,4 +1,3 @@
-:
 #!/bin/sh
 
 # zgrep -- a wrapper around a grep program that decompresses files as needed
index 07b7519a5370919b81f5a585ff871babedaebe7c..dae346f82e9fc55d9d3fbc033da127d2afdd55b0 100644 (file)
--- a/zless.in
+++ b/zless.in
@@ -1,4 +1,3 @@
-:
 #!/bin/sh
 
 # Copyright (C) 1998, 2002, 2006 Free Software Foundation
index 909dcf5a4f519a8dcf3d26e4052998b7b2132fc5..82bc70f01a0fdb920331e5a7bd893ef3c1a15590 100644 (file)
--- 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 abe247d5c19e571569227621ce15fab7b1ee480c..986ffc7f874415addd30f7471bec2a86853b7c5d 100644 (file)
--- a/znew.in
+++ b/znew.in
@@ -1,4 +1,3 @@
-:
 #!/bin/sh
 
 # Copyright (C) 1998, 2002, 2004 Free Software Foundation