From ed646f6c719fa8d386839af9e82b17b7f85e3055 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 28 Apr 2024 23:41:12 +0200 Subject: [PATCH] root --- cd.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cd.sh b/cd.sh index 8f67468..7a49275 100644 --- a/cd.sh +++ b/cd.sh @@ -251,6 +251,7 @@ local root local url cd_step "Install Python modules" root="$(mktemp --directory)" || exit + echo "${root}" for repository in "${@}" ; do url="${CD_PROJECTS_URL}/${repository}" echo -n " @@ -313,8 +314,10 @@ cd_rm () { cd_step () { if [ "${1}" ] ; then CD_STEP=$((CD_STEP+1)) - echo " + echo "\ +\\ ${CD_STEP} ${1} +/ " fi }