Takashi Iwai
a7c3e60b5e
- Update to 1.23.0: * Too many changes, see NEWS file for details. - Refreshed patches: * 0002-documentation-for-the-locale-keyword.patch * 0004-don-t-use-usr-bin-env-in-shebang.patch * groff-1.20.1-deunicode.patch * groff-1.20.1-nroff-empty-LANGUAGE.patch * groff-1.21-CVE-2009-5081.patch * groff-force-locale-usage.patch - Drop sort-perl-hash-keys.patch (upstreamed) - Drop doc-volume-operating-system and doc-default-operating-system changes (doesn't default to BSD anymore) - Configure flag --with-appresdir has been renamed to --with-appdefdir - Update file list with files that were removed from the package OBS-URL: https://build.opensuse.org/request/show/1107996 OBS-URL: https://build.opensuse.org/package/show/M17N/groff?expand=0&rev=92
14 lines
532 B
Diff
14 lines
532 B
Diff
Index: b/src/roff/nroff/nroff.sh
|
|
===================================================================
|
|
--- a/src/roff/nroff/nroff.sh
|
|
+++ b/src/roff/nroff/nroff.sh
|
|
@@ -131,7 +131,7 @@ then
|
|
*)
|
|
# Some old shells don't support ${FOO:-bar} expansion syntax. We
|
|
# should switch to it when it is safe to abandon support for them.
|
|
- case "${LC_ALL-${LC_CTYPE-${LANG}}}" in
|
|
+ case "${LC_ALL:-${LC_CTYPE:-${LANG}}}" in
|
|
*.UTF-8)
|
|
Tloc=utf8 ;;
|
|
iso_8859_1 | *.ISO-8859-1 | *.ISO8859-1 | \
|