Improvements to new python launcher

svn: r17379
This commit is contained in:
John Ralls
2011-05-02 18:47:14 +00:00
parent 03a93790c0
commit 9e96a1e165
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
#!/bin/sh
PWD=`dirname $0`
exec "$PWD/python" "$PWD/rungramps.py" $@
export PYTHON="$PWD/python"
exec "$PYTHON" "$PWD/rungramps.py" $@