Remove spaces
This commit is contained in:
parent
a118eb0da4
commit
c2734ccf37
|
@ -11,9 +11,9 @@ set -e
|
||||||
# and don't allow that much flexibility to mount volumes
|
# and don't allow that much flexibility to mount volumes
|
||||||
SRCDIR=$1
|
SRCDIR=$1
|
||||||
|
|
||||||
PYPI_URL = $2
|
PYPI_URL=$2
|
||||||
|
|
||||||
PYPI_INDEX_URL = $3
|
PYPI_INDEX_URL=$3
|
||||||
|
|
||||||
WORKDIR=${SRCDIR:-/src}
|
WORKDIR=${SRCDIR:-/src}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue