first commit
This commit is contained in:
8
scripts/compare-wrapper-python-2.5
Executable file
8
scripts/compare-wrapper-python-2.5
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/dash
|
||||
|
||||
export PATH=$PATH:/bin:/usr/bin
|
||||
PYTHON=python
|
||||
if [ -e /usr/bin/python2.6 ] ; then
|
||||
PYTHON=python
|
||||
fi
|
||||
exec $PYTHON "$@"
|
||||
Reference in New Issue
Block a user