Commit 7a74274a authored by Fedor Batonogov's avatar Fedor Batonogov
Browse files

На пути к прекрасному

parent e56e3fc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ WORKDIR=${SRCDIR:-/src}

# In case the user specified a custom URL for PYPI, then use
# that one, instead of the default one.
#

if [[ "$PYPI_URL" != "https://pypi.python.org/" ]] || \
   [[ "$PYPI_INDEX_URL" != "https://pypi.python.org/simple" ]]; then
    # the funky looking regexp just extracts the hostname, excluding port