Redo python shim script in ruby
This commit is contained in:
parent
91524a384d
commit
1f7e317d26
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -W0
|
||||
|
||||
export PATH=$USER_PATH
|
||||
exec $(basename $0) $@
|
||||
ENV['PATH'] = ENV['USER_PATH']
|
||||
exec File.basename($0), *ARGV
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user