mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
remove hardcoded lib from the executeable
This commit is contained in:
parent
575b1169b5
commit
0740bd216c
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
|||
#!/usr/bin/env ruby
|
||||
lib = File.expand_path(File.dirname(__FILE__) + '/../lib')
|
||||
$:.unshift(lib) if File.exists?(lib) unless $:.member?(lib)
|
||||
|
||||
begin
|
||||
require 'v8'
|
||||
|
|
Loading…
Reference in a new issue