diff --git a/cd.sh b/cd.sh index 850307c..30f7de0 100644 --- a/cd.sh +++ b/cd.sh @@ -444,7 +444,8 @@ cd_set_packages_configuration () { cd_list_working_directory () { cd_step "List working directory" - cd_ls "$(realpath .)" + cd_list_working_directory__path="$(realpath .)" + cd_ls "${cd_list_working_directory__path}" } cd_set_https_verification_off () {