diff options
author | hpa <hpa> | 2003-07-01 00:49:31 +0000 |
---|---|---|
committer | hpa <hpa> | 2003-07-01 00:49:31 +0000 |
commit | b2d1b654cbe6d085737c155ce29b8cb3e04adfce (patch) | |
tree | d460d2a386bd15d1ed91f886d89fe553bc756da8 /bin2c.pl | |
parent | 375e27432bd47011d4852621f9b1a3f5a8e1789d (diff) | |
download | syslinux-b2d1b654cbe6d085737c155ce29b8cb3e04adfce.tar.gz |
Try to make Perl scripts locale compliant
Diffstat (limited to 'bin2c.pl')
-rw-r--r-- | bin2c.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ # eval { use bytes; }; +eval { binmode STDIN; }; if ( $#ARGV != 0 ) { print STDERR "Usage: $0 table_name < input_file > output_file\n"; |