From 0c013759bfedca05f5d5758ebb09d5e1a1a6a8ff Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Tue, 12 Feb 2008 22:04:29 +0000 Subject: * hopefully finally fixed the utf8-related character problems in --man git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1539 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/slxos-export | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/slxos-export') diff --git a/installer/slxos-export b/installer/slxos-export index 908bdb37..6ca7d7cc 100755 --- a/installer/slxos-export +++ b/installer/slxos-export @@ -47,7 +47,7 @@ pod2usage(-msg => $abstract, -verbose => 0, -exitval => 1) if $option{helpReq}; if ($option{manReq}) { # avoid dubious problem with perldoc in combination with UTF-8 that # leads to strange dashes and single-quotes being used - $ENV{LC_MESSAGES} = 'POSIX'; + $ENV{LC_ALL} = 'POSIX'; pod2usage(-verbose => 2); } if ($option{versionReq}) { -- cgit v1.2.3-55-g7522