aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-25 02:09:07 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-25 02:09:07 +0000
commit6487abea6ca358d72dccc4645eab06e878f212df (patch)
tree0c5703233878c98b593672a85aa9b7af5642140d /ChangeLog
parent1a76bf3911669fea4919867fca6452f6e4b93776 (diff)
downloadruby-6487abea6ca358d72dccc4645eab06e878f212df.tar.gz
Fix ksh/bash-ism.
* configure.in (unexpand_shvar): Use the numeric comparison operator instead of '==' which is a ksh extention. [Bug #7941] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dea2653f90..0f048087a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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]
+
Mon Feb 25 02:37:56 2013 Tanaka Akira <akr@fsij.org>
* ext/socket: define and use union_sockaddr instead of struct