[Pcre-svn] [134] code/trunk/perltest.sh: Buglet fixed.

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [134] code/trunk/perltest.sh: Buglet fixed.
Revision: 134
          http://www.exim.org/viewvc/pcre2?view=rev&revision=134
Author:   ph10
Date:     2014-11-05 16:05:43 +0000 (Wed, 05 Nov 2014)


Log Message:
-----------
Buglet fixed.

Modified Paths:
--------------
    code/trunk/perltest.sh


Modified: code/trunk/perltest.sh
===================================================================
--- code/trunk/perltest.sh    2014-11-05 16:05:19 UTC (rev 133)
+++ code/trunk/perltest.sh    2014-11-05 16:05:43 UTC (rev 134)
@@ -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