/[packages]/cauldron/gzip/current/SOURCES/gzip-1.3.9-stderr.patch
ViewVC logotype

Contents of /cauldron/gzip/current/SOURCES/gzip-1.3.9-stderr.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 270 - (show annotations) (download)
Fri Jan 7 19:33:46 2011 UTC (13 years, 3 months ago) by tmb
File size: 772 byte(s)
imported package gzip
1 --- gzip-1.3.9/znew.in.stderr 2007-01-15 14:23:54.000000000 +0100
2 +++ gzip-1.3.9/znew.in 2007-01-15 14:25:37.000000000 +0100
3 @@ -92,7 +92,7 @@
4 done
5
6 if test $# -eq 0; then
7 - echo "$usage"
8 + echo "$usage" >&2
9 exit 1
10 fi
11
12 --- gzip-1.3.9/zforce.in.stderr 2007-01-15 14:23:54.000000000 +0100
13 +++ gzip-1.3.9/zforce.in 2007-01-15 14:23:54.000000000 +0100
14 @@ -40,7 +40,7 @@
15 Report bugs to <bug-gzip@gnu.org>."
16
17 if test $# = 0; then
18 - echo "$usage"
19 + echo "$usage" >&2
20 exit 1
21 fi
22
23 --- gzip-1.3.9/zmore.in.stderr 2006-12-09 05:25:56.000000000 +0100
24 +++ gzip-1.3.9/zmore.in 2007-01-15 14:23:54.000000000 +0100
25 @@ -53,7 +53,7 @@
26
27 if test $# = 0; then
28 if test -t 0; then
29 - echo "$usage"
30 + echo "$usage" >&2
31 else
32 gzip -cdfq | eval ${PAGER-more}
33 fi

  ViewVC Help
Powered by ViewVC 1.1.30