summaryrefslogtreecommitdiff
path: root/keytab-lilo.pl
diff options
context:
space:
mode:
authorhpa <hpa>2003-07-01 00:49:31 +0000
committerhpa <hpa>2003-07-01 00:49:31 +0000
commitb2d1b654cbe6d085737c155ce29b8cb3e04adfce (patch)
treed460d2a386bd15d1ed91f886d89fe553bc756da8 /keytab-lilo.pl
parent375e27432bd47011d4852621f9b1a3f5a8e1789d (diff)
downloadsyslinux-b2d1b654cbe6d085737c155ce29b8cb3e04adfce.tar.gz
Try to make Perl scripts locale compliant
Diffstat (limited to 'keytab-lilo.pl')
-rwxr-xr-xkeytab-lilo.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/keytab-lilo.pl b/keytab-lilo.pl
index 5a933734..867be7e2 100755
--- a/keytab-lilo.pl
+++ b/keytab-lilo.pl
@@ -15,7 +15,7 @@
# is provided "as is" and without any express or implied warranties.
# --------------------------------------------------------------------------
-eval { use bytes; };
+eval { use bytes; }; eval { binmode STDOUT; };
$DEFAULT_PATH = "/usr/lib/kbd/keytables";
$DEFAULT_MAP = "us";