summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/slxos-export2
-rwxr-xr-xinstaller/slxos-setup2
2 files changed, 2 insertions, 2 deletions
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}) {
diff --git a/installer/slxos-setup b/installer/slxos-setup
index 84b90301..6ee88c60 100755
--- a/installer/slxos-setup
+++ b/installer/slxos-setup
@@ -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}) {