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:
parent
f32420fff8
commit
1a4b0232a9
2 changed files with 2 additions and 0 deletions
1
extconf.rb
Normal file → Executable file
1
extconf.rb
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/opt/local/bin/ruby
|
||||
require 'mkmf'
|
||||
|
||||
dir_config('v8')
|
||||
|
|
1
spike.rb
Normal file → Executable file
1
spike.rb
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/opt/local/bin/ruby
|
||||
`make all`
|
||||
require 'v8';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue