fix a typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-03-02 16:33:21 +00:00
parent 32458a01eb
commit 59e66b101f

View File

@ -314,7 +314,7 @@ Mon Feb 25 12:38:50 2013 Tanaka Akira <akr@fsij.org>
Mon Feb 25 11:03:38 2013 Akinori MUSHA <knu@iDaemons.org>
* configure.in (unexpand_shvar): Use the numeric comparison
operator instead of '==' which is a ksh extention. [Bug #7941]
operator instead of '==' which is a ksh extension. [Bug #7941]
Mon Feb 25 02:37:56 2013 Tanaka Akira <akr@fsij.org>