Skip to content

Commit 9f4f198

Browse files
committed
Adinisitrivia
1 parent e0ca806 commit 9f4f198

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

admin-tools/merge-for-2.4.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#/bin/bash
22
# Setup for running Python 2.4 .. 2.7, merging python-3.0-to-3.2 into this branch
3-
xdis_24_owd=$(pwd)
3+
trepan2_24_owd=$(pwd)
44
cd $(dirname ${BASH_SOURCE[0]})
55
(cd .. && PYTHON_VERSION=2.4 && pyenv local $PYTHON_VERSION)
66
if . ./setup-python-2.4.sh; then
77
git merge master
88
fi
9-
cd $xdis_24_owd
9+
cd $trepan2_24_owd

0 commit comments

Comments
 (0)