Commit 3b41523d authored by Andrew Murray's avatar Andrew Murray
Browse files

Changed repo_dir variable to be uppercase

parent 4eb85568
...@@ -94,7 +94,7 @@ function build_multilinux { ...@@ -94,7 +94,7 @@ function build_multilinux {
-e MANYLINUX_URL="$MANYLINUX_URL" \ -e MANYLINUX_URL="$MANYLINUX_URL" \
-e BUILD_DEPENDS="$BUILD_DEPENDS" \ -e BUILD_DEPENDS="$BUILD_DEPENDS" \
-e USE_CCACHE="$USE_CCACHE" \ -e USE_CCACHE="$USE_CCACHE" \
-e REPO_DIR="$repo_dir" \ -e REPO_DIR="$REPO_DIR" \
-e PLAT="$PLAT" \ -e PLAT="$PLAT" \
-e MB_ML_VER="$MB_ML_VER" \ -e MB_ML_VER="$MB_ML_VER" \
-e MB_ML_LIBC="$libc" \ -e MB_ML_LIBC="$libc" \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment