Remove spaces

This commit is contained in:
Fizban 2020-06-03 10:01:35 +10:00
parent a118eb0da4
commit c2734ccf37
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ set -e
# and don't allow that much flexibility to mount volumes
SRCDIR=$1
PYPI_URL = $2
PYPI_URL=$2
PYPI_INDEX_URL = $3
PYPI_INDEX_URL=$3
WORKDIR=${SRCDIR:-/src}