aboutsummaryrefslogtreecommitdiffstats
path: root/Library/ENV/4.3/python
diff options
context:
space:
mode:
authorMisty De Meo2014-01-27 12:14:15 -0800
committerMisty De Meo2014-01-27 12:14:29 -0800
commit3a841ca67ff58e241d861000db321745f160b8ed (patch)
tree68498fba4cf26f8894339e3747cf765b44f1103a /Library/ENV/4.3/python
parent333840e90de3b5d36e38aa9c06570e25f53fd024 (diff)
downloadhomebrew-3a841ca67ff58e241d861000db321745f160b8ed.tar.bz2
Redo python shim script in ruby
Diffstat (limited to 'Library/ENV/4.3/python')
-rwxr-xr-xLibrary/ENV/4.3/python6
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