From d21ec328e858659d475acefc1714b5b91dfaad39 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 7 Mar 2009 04:55:48 +0000 Subject: * configure.in: the shell which runs configure may be different from the shell for make. configure likes bash but Makefile specifies SHELL=/bin/sh. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3648b654b..d5808b35e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Mar 7 13:52:01 2009 Tanaka Akira + + * configure.in: the shell which runs configure may be different from + the shell for make. configure likes bash but Makefile specifies + SHELL=/bin/sh. + Sat Mar 7 12:31:30 2009 Nobuyoshi Nakada * test/erb/test_erb.rb: reverted space sensitive test results. -- cgit