mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* tool/rbinstall.rb (bin-comm): use transformed name.
[ruby-dev:42777] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e5ad455a08
commit
e46e5d2438
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Dec 16 23:29:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* tool/rbinstall.rb (bin-comm): use transformed name.
|
||||
[ruby-dev:42777]
|
||||
|
||||
Thu Dec 16 21:52:07 2010 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* io.c: parenthesize macro arguments.
|
||||
|
|
|
@ -441,7 +441,7 @@ install?(:local, :comm, :bin, :'bin-comm') do
|
|||
trans = proc {|base| base}
|
||||
end
|
||||
install_recursive(File.join(srcdir, "bin"), bindir) do |src, cmd|
|
||||
name = RbConfig.expand(trans[File.basename(src)])
|
||||
cmd = File.join(File.dirname(cmd), RbConfig.expand(trans[File.basename(cmd)]))
|
||||
|
||||
shebang = ''
|
||||
body = ''
|
||||
|
|
Loading…
Reference in a new issue