Remove spaces
This commit is contained in:
@@ -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}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user