summaryrefslogtreecommitdiff
path: root/instruby.rb
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-18 17:40:09 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-18 17:40:09 +0000
commit7da58dad33a266e668e74c3b59f750706efaab58 (patch)
tree6666890f59952c077dba8d1c33f28a6b16eeb80d /instruby.rb
parentc15d3e6bffc3cf838ad30b10e9655f85ccff1c38 (diff)
Oops, I mean ruby_install_name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'instruby.rb')
-rw-r--r--instruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/instruby.rb b/instruby.rb
index 9ed9c5231d..ee515dc688 100644
--- a/instruby.rb
+++ b/instruby.rb
@@ -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