From b93580b1b566f81757c4c14ced35c0c83e39759b Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 27 Dec 2009 00:44:11 +0000 Subject: * tool/rbinstall.rb (install?(:local, :comm, :bin, :'bin-comm')): Makes it vim friendly. __END__ in a heredoc is confusing with the script end for vim. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ tool/rbinstall.rb | 24 ++++++++++++------------ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6d4770b33..cb040e4c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Dec 27 09:41:54 2009 Yuki Sonoda (Yugui) + + * tool/rbinstall.rb (install?(:local, :comm, :bin, :'bin-comm')): + Makes it vim friendly. __END__ in a heredoc is confusing with + the script end for vim. + Sun Dec 27 09:13:55 2009 Yuki Sonoda (Yugui) * sample/occur2.rb: have been broken. fixed for Ruby 1.9 feature. diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb index 4263cdace..cf5827e6e 100755 --- a/tool/rbinstall.rb +++ b/tool/rbinstall.rb @@ -424,18 +424,18 @@ install?(:local, :comm, :bin, :'bin-comm') do open_for_install(cmd, $script_mode) do case $cmdtype when "bat" - "#{<