diff options
| author | Misty De Meo | 2014-01-27 12:14:15 -0800 |
|---|---|---|
| committer | Misty De Meo | 2014-01-27 12:14:29 -0800 |
| commit | 3a841ca67ff58e241d861000db321745f160b8ed (patch) | |
| tree | 68498fba4cf26f8894339e3747cf765b44f1103a /Library/ENV/4.3/python | |
| parent | 333840e90de3b5d36e38aa9c06570e25f53fd024 (diff) | |
| download | homebrew-3a841ca67ff58e241d861000db321745f160b8ed.tar.bz2 | |
Redo python shim script in ruby
Diffstat (limited to 'Library/ENV/4.3/python')
| -rwxr-xr-x | Library/ENV/4.3/python | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/ENV/4.3/python b/Library/ENV/4.3/python index c1eb2800b..97ebbfc36 100755 --- a/Library/ENV/4.3/python +++ b/Library/ENV/4.3/python @@ -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 |
