$NetBSD: patch-ad,v 1.1 2003/07/01 10:12:55 wiz Exp $ --- src/roff/nroff/nroff.sh.orig Tue Jan 28 09:40:44 2003 +++ src/roff/nroff/nroff.sh @@ -5,7 +5,7 @@ prog="$0" # Default device. # First try the "locale charmap" command, because it's most reliable. # On systems where it doesn't exist, look at the environment variables. -case "`locale charmap 2>/dev/null`" in +case "`#locale charmap 2>/dev/null`" in UTF-8) T=-Tutf8 ;; ISO-8859-1)