PKGBUILDs/extra/python-vpython/idlepath.patch
2009-10-09 21:23:22 -05:00

13 lines
263 B
Diff

--- a/bin/vpython.in 2005-02-25 21:39:38.000000000 +0100
+++ b/bin/vpython.in 2005-08-06 12:41:54.000000000 +0200
@@ -17,8 +17,8 @@
;;
'')
cd $visualexampledir
- $PYTHON $IDLE
+ $IDLE
;;
-*) $PYTHON $IDLE "$*"
+*) $IDLE "$*"
;;
esac