Skip to content

Commit 5e67d13

Browse files
authored
Merge pull request #3690 from Edouard-chin/ec-shebang
2 parents 2e1aaf5 + c0dfdd4 commit 5e67d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/prism/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
def generate_templates
3838
Dir.chdir(File.expand_path("../..", __dir__)) do
3939
if !File.exist?("include/prism/ast.h") && Dir.exist?(".git")
40-
system("templates/template.rb", exception: true)
40+
system(RbConfig.ruby, "templates/template.rb", exception: true)
4141
end
4242
end
4343
end

0 commit comments

Comments
 (0)