diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 0446a53..2f7c5b0 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -1016,7 +1016,7 @@ spcd_f_py_link() { fi } -spcd_python_pip() { +spcd_f_py_clone() { if [ -n "${1}" ]; then local name path target name="$(basename "${1}")" @@ -1426,7 +1426,7 @@ spcd_step__python_modules() { spcd_step "List" spcd_os_ls "${target}" spcd_step "Main" - path="$(spcd_python_pip "${SPCD_GIT_SPCD}")" + path="$(spcd_f_py_clone "${SPCD_GIT_SPCD}")" # check matching of file and variable spcd_step "Check" script="${path}/bootstrap.sh" @@ -1439,7 +1439,7 @@ spcd_step__python_modules() { ls -l "${script}" "${_SPCD_CMD_SUM}" -c "${check}" || spcd_error_ci "SPCD" spcd_step "Root" - spcd_python_pip "${SPCD_GIT_RWX}" + spcd_f_py_clone "${SPCD_GIT_RWX}" spcd_step "List" spcd_os_ls "${target}" spcd_step_out