We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ca806 commit 9f4f198Copy full SHA for 9f4f198
1 file changed
admin-tools/merge-for-2.4.sh
@@ -1,9 +1,9 @@
1
#/bin/bash
2
# Setup for running Python 2.4 .. 2.7, merging python-3.0-to-3.2 into this branch
3
-xdis_24_owd=$(pwd)
+trepan2_24_owd=$(pwd)
4
cd $(dirname ${BASH_SOURCE[0]})
5
(cd .. && PYTHON_VERSION=2.4 && pyenv local $PYTHON_VERSION)
6
if . ./setup-python-2.4.sh; then
7
git merge master
8
fi
9
-cd $xdis_24_owd
+cd $trepan2_24_owd
0 commit comments