Buglet fixed.
This commit is contained in:
parent
e3e4131379
commit
d4d9ca954d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue