1
0
Fork 0
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:
Charles Lowell 2011-05-20 12:39:30 -05:00
parent 575b1169b5
commit 0740bd216c

View file

@ -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'