summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
Diffstat (limited to 'config-db')
-rwxr-xr-xconfig-db/slxconfig2
-rwxr-xr-xconfig-db/slxconfig-demuxer2
2 files changed, 2 insertions, 2 deletions
diff --git a/config-db/slxconfig b/config-db/slxconfig
index 03931c24..1d1ddf29 100755
--- a/config-db/slxconfig
+++ b/config-db/slxconfig
@@ -54,7 +54,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/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index c25153f1..5ae29150 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -96,7 +96,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}) {