_cd_to_site: Try to change dir another way

This commit is contained in:
Stig-Ørjan Smelror 2024-02-05 15:59:45 +01:00
parent 818b260532
commit 48e31089c1

2
qsgen2
View File

@ -201,7 +201,7 @@ case "$1" in
exit
;;
cd)
_cd_to_site_output() { eval $(_cd_to_site "$@"); }; _cd_to_site_output
_cd_to_site_output() { eval $(_cd_to_site "$1"); }; _cd_to_site_output $2
exit
;;
force)