From d4d9ca954dc34f30f0e7cf803a13ebeb785deac5 Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Wed, 5 Nov 2014 16:05:43 +0000 Subject: [PATCH] Buglet fixed. --- perltest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perltest.sh b/perltest.sh index 51bf9b2..f011ccc 100755 --- a/perltest.sh +++ b/perltest.sh @@ -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