Unverified Commit 509e63a6 authored by Matti Picus's avatar Matti Picus Committed by GitHub
Browse files

Merge pull request #511 from radarhere/repo_dir

Changed repo_dir variable to be uppercase
parents 4eb85568 3b41523d
......@@ -94,7 +94,7 @@ function build_multilinux {
-e MANYLINUX_URL="$MANYLINUX_URL" \
-e BUILD_DEPENDS="$BUILD_DEPENDS" \
-e USE_CCACHE="$USE_CCACHE" \
-e REPO_DIR="$repo_dir" \
-e REPO_DIR="$REPO_DIR" \
-e PLAT="$PLAT" \
-e MB_ML_VER="$MB_ML_VER" \
-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