From f173069a59389774ad06d9f4ee8395584cec5b3a Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 23 Dec 2008 06:49:39 +0000 Subject: * tool/file2lastrev.rb: shouldn't use single quote in shell's command line if you want to support Windows. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 09bedb241..e3adaa1a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 23 15:48:55 2008 NAKAMURA Usaku + + * tool/file2lastrev.rb: shouldn't use single quote in shell's command + line if you want to support Windows. + Tue Dec 23 15:46:43 2008 Yuki Sonoda (Yugui) * lib/mathn.rb: Math.sqrt(NaN) should be NaN. [ruby-dev:37537] -- cgit