summaryrefslogtreecommitdiff
path: root/sys2ansi.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 /sys2ansi.pl
parent375e27432bd47011d4852621f9b1a3f5a8e1789d (diff)
downloadsyslinux-b2d1b654cbe6d085737c155ce29b8cb3e04adfce.tar.gz
Try to make Perl scripts locale compliant
Diffstat (limited to 'sys2ansi.pl')
-rwxr-xr-xsys2ansi.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys2ansi.pl b/sys2ansi.pl
index 5113aada..b64fe243 100755
--- a/sys2ansi.pl
+++ b/sys2ansi.pl
@@ -4,7 +4,6 @@
# Perl script to convert a Syslinux-format screen to PC-ANSI
# to display in a color xterm or on the Linux console
#
-eval { use bytes; };
@ansicol = (0,4,2,6,1,5,3,7);