Comment out locale call, since sh(1) doesn't redirect "program not found"

errors to stdout, even if asked nicely.
This commit is contained in:
wiz 2003-06-30 18:07:38 +00:00
parent 3064bb2cdf
commit 68ac378cc2
1 changed files with 1 additions and 1 deletions

View File

@ -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)