File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22function finish {
3- cd $owd
3+ cd $mathics_core_owd
44}
55
66# FIXME put some of the below in a common routine
7- owd =$( pwd)
7+ mathics_core_owd =$( pwd)
88trap finish EXIT
99
1010cd $( dirname ${BASH_SOURCE[0]} )
@@ -24,3 +24,4 @@ for version in $PYVERSIONS; do
2424 fi
2525 echo === $version ===
2626done
27+ finish
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ PACKAGE=mathics3
33
44# FIXME put some of the below in a common routine
55function finish {
6- cd $owd
6+ cd $mathics_core_owd
77}
88
99cd $( dirname ${BASH_SOURCE[0]} )
10- owd =$( pwd)
10+ mathics_core_owd =$( pwd)
1111trap finish EXIT
1212
1313if ! source ./pyenv-versions ; then
@@ -31,3 +31,4 @@ for pyversion in $PYVERSIONS; do
3131done
3232
3333python ./setup.py sdist
34+ finish
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
55 echo " This script should be *sourced* rather than run directly through bash"
66 exit 1
77fi
8- export PYVERSIONS=' 3.6.15 3.7.16 pyston-2.3.5 pypy3.9-7.3.11 3.8.17 3.9.18 3.10.13 3.11.7 '
8+ export PYVERSIONS=' 3.8 pyston-2.3.5 pypy3.9-7.3.11 3.9 3.10 3.11'
You can’t perform that action at this time.
0 commit comments