mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Oops, I mean ruby_install_name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c15d3e6bff
commit
7da58dad33
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ for src in Dir["bin/*"]
|
|||
|
||||
f.rewind
|
||||
|
||||
f.print shebang.sub(/ruby/, "ruby17"), *body
|
||||
f.print shebang.sub(/ruby/, ruby_install_name), *body
|
||||
f.truncate(f.pos)
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue