PKGBUILDs/extra/python-vpython/idlepath.patch

14 lines
263 B
Diff
Raw Normal View History

2009-10-10 02:23:22 +00:00
--- 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