This repository was archived by the owner on Feb 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 PYINSTVER=$(cat requirements-build.txt | grep pyinstaller | sed 's|pyinstaller==|v|' ) && \
5050 git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller && \
5151 cd /tmp/pyinstaller/bootloader && \
52- git checkout $( PYINSTVER) && \
52+ git checkout ${ PYINSTVER} && \
5353 /compose/.tox/${PY_ARG}/bin/python3 ./waf configure --no-lsb all && \
5454 /compose/.tox/${PY_ARG}/bin/pip3 install .. && \
5555 cd /compose && \
Original file line number Diff line number Diff line change 4949 PYINSTVER=$(cat requirements-build.txt | grep pyinstaller | sed 's|pyinstaller==|v|') && \
5050 git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller && \
5151 cd /tmp/pyinstaller/bootloader && \
52- git checkout $( PYINSTVER) && \
52+ git checkout ${ PYINSTVER} && \
5353 /compose/.tox/${PY_ARG}/bin/python3 ./waf configure --no-lsb all && \
5454 /compose/.tox/${PY_ARG}/bin/pip3 install .. && \
5555 cd /compose && \
Original file line number Diff line number Diff line change 4949 PYINSTVER=$(cat requirements-build.txt | grep pyinstaller | sed 's|pyinstaller==|v|') && \
5050 git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller && \
5151 cd /tmp/pyinstaller/bootloader && \
52- git checkout $( PYINSTVER) && \
52+ git checkout ${ PYINSTVER} && \
5353 /compose/.tox/${PY_ARG}/bin/python3 ./waf configure --no-lsb all && \
5454 /compose/.tox/${PY_ARG}/bin/pip3 install .. && \
5555 cd /compose && \
You can’t perform that action at this time.
0 commit comments