aboutsummaryrefslogtreecommitdiffstats
path: root/Library/ENV/4.3/python
diff options
context:
space:
mode:
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