We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d734c4 commit e8663c2Copy full SHA for e8663c2
admin-tools/make-dist-3.7-3.10.sh
@@ -8,25 +8,23 @@ PACKAGE_MODULE="decompyle3"
8
PACKAGE_NAME="decompyle3"
9
PACKAGE=${PACKAGE_NAME}
10
11
-
12
13
# FIXME put some of the below in a common routine
14
function finish {
15
if [[ -n "$decompyle3_37_owd" ]] then
16
cd $decompyle3_37_make_owd
17
fi
18
}
19
20
-cd $(dirname ${BASH_SOURCE[0]})
21
decompyle3_37_make_owd=$(pwd)
+cd $(dirname ${BASH_SOURCE[0]})
22
trap finish EXIT
23
24
if ! source ./pyenv-3.7-3.10-versions ; then
25
exit $?
26
27
-# if ! source ./setup-python-3.7.sh ; then
28
-# exit $?
29
-# fi
+if ! source ./setup-python-3.7.sh ; then
+ exit $?
+fi
30
31
source ${PACKAGE_MODULE}/version.py
32
if [[ ! -n $__version__ ]]; then
0 commit comments