summaryrefslogtreecommitdiff
path: root/perltest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'perltest.sh')
-rwxr-xr-xperltest.sh2
1 files changed, 1 insertions, 1 deletions
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