Buglet fixed.

This commit is contained in:
Philip.Hazel 2014-11-05 16:05:43 +00:00
parent e3e4131379
commit d4d9ca954d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
perl=perl
prefix=''
if [ $# > 0 -a "$1" = "-utf8" ] ; then
if [ $# -gt 0 -a "$1" = "-utf8" ] ; then
prefix="use utf8; require Encode;"
shift
fi