From ce9e4de199f7df3340c84aa7a1ec7a2d084e3887 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 9 Sep 2024 00:08:32 +0200 Subject: [PATCH] py/clone --- spcd/bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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