Index: dev/bin/python-profile
--- dev/bin/python-profile.orig
+++ dev/bin/python-profile
@@ -1,2 +1,2 @@
 #!/bin/sh
-python -m cProfile -o stat.prof $*
+${MODPY_BIN} -m cProfile -o stat.prof $*
