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 e35f197 commit 00672fbCopy full SHA for 00672fb
1 file changed
admin-tools/make-dist-3.0-3.1.sh admin-tools/make-dist-3.0-3.2.shadmin-tools/make-dist-3.0-3.1.sh renamed to admin-tools/make-dist-3.0-3.2.sh
@@ -12,7 +12,7 @@ trap finish EXIT
12
13
cd $(dirname ${BASH_SOURCE[0]})
14
15
-if ! source ./pyenv-3.0-3.1-versions ; then
+if ! source ./pyenv-3.0-3.2-versions ; then
16
exit $?
17
fi
18
if ! source ./setup-python-3.0.sh ; then
@@ -27,7 +27,7 @@ fi
27
echo $__version__
28
29
for pyversion in $PYVERSIONS; do
30
-o echo --- $pyversion ---
+ echo --- $pyversion ---
31
if [[ ${pyversion:0:4} == "pypy" ]] ; then
32
echo "$pyversion - PyPy does not get special packaging"
33
continue
0 commit comments