summaryrefslogtreecommitdiff
path: root/instruby.rb
diff options
context:
space:
mode:
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