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:
parent
3064bb2cdf
commit
68ac378cc2
|
@ -5,7 +5,7 @@ prog="$0"
|
||||||
# Default device.
|
# Default device.
|
||||||
# First try the "locale charmap" command, because it's most reliable.
|
# First try the "locale charmap" command, because it's most reliable.
|
||||||
# On systems where it doesn't exist, look at the environment variables.
|
# 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)
|
UTF-8)
|
||||||
T=-Tutf8 ;;
|
T=-Tutf8 ;;
|
||||||
ISO-8859-1)
|
ISO-8859-1)
|
||||||
|
|
Loading…
Reference in New Issue