Improvements to new python launcher
svn: r17379
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
PWD=`dirname $0`
|
||||
exec "$PWD/python" "$PWD/rungramps.py" $@
|
||||
export PYTHON="$PWD/python"
|
||||
exec "$PYTHON" "$PWD/rungramps.py" $@
|
||||
|
Reference in New Issue
Block a user