1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

shebang the ruby scripts

This commit is contained in:
Bill Robertson 2009-12-13 13:04:50 -05:00
parent f32420fff8
commit 1a4b0232a9
2 changed files with 2 additions and 0 deletions

1
extconf.rb Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/opt/local/bin/ruby
require 'mkmf'
dir_config('v8')

1
spike.rb Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/opt/local/bin/ruby
`make all`
require 'v8';