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 }