Skip to content

Commit e8663c2

Browse files
committed
Merge hell
1 parent 2d734c4 commit e8663c2

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

admin-tools/make-dist-3.7-3.10.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,23 @@ PACKAGE_MODULE="decompyle3"
88
PACKAGE_NAME="decompyle3"
99
PACKAGE=${PACKAGE_NAME}
1010

11-
12-
1311
# FIXME put some of the below in a common routine
1412
function finish {
1513
if [[ -n "$decompyle3_37_owd" ]] then
1614
cd $decompyle3_37_make_owd
1715
fi
1816
}
1917

20-
cd $(dirname ${BASH_SOURCE[0]})
2118
decompyle3_37_make_owd=$(pwd)
19+
cd $(dirname ${BASH_SOURCE[0]})
2220
trap finish EXIT
2321

2422
if ! source ./pyenv-3.7-3.10-versions ; then
2523
exit $?
2624
fi
27-
# if ! source ./setup-python-3.7.sh ; then
28-
# exit $?
29-
# fi
25+
if ! source ./setup-python-3.7.sh ; then
26+
exit $?
27+
fi
3028

3129
source ${PACKAGE_MODULE}/version.py
3230
if [[ ! -n $__version__ ]]; then

0 commit comments

Comments
 (0)