]> git.pld-linux.org Git - packages/xz.git/blob - xz-ksh.patch
- added ksh patch (compatibility with pre-mksh ksh-originated shells)
[packages/xz.git] / xz-ksh.patch
1 Be graceful to some ksh-originated shells (only mksh >= 40b seems to have a fix for RH BZ#49691)
2 --- xz-5.2.6/src/scripts/xzgrep.in.orig 2022-08-12 12:48:29.000000000 +0200
3 +++ xz-5.2.6/src/scripts/xzgrep.in      2022-08-16 19:01:35.106707142 +0200
4 @@ -209,7 +209,7 @@ for i; do
5        # which prints "binary file matches" to stderr instead of stdout.
6        #
7        # If reading from stdin, let grep use whatever name it prefers for
8 -      # stdin. With GNU grep it's a locale-specific translated string.
9 +      # stdin. With GNU grep it is a locale-specific translated string.
10        if test "x$i" = "x-"; then
11          eval "$grep -H"
12        else
This page took 0.092525 seconds and 3 git commands to generate.