From 9450e7cb8ab770260adbc38ac8a1a3b6c0a49c18 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 8 Jun 2024 19:21:59 +0200 Subject: [PATCH] cd_list_working_directory --- cd.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 () {