_cd_to_site: Try to change dir another way

This commit is contained in:
Stig-Ørjan Smelror 2024-02-05 15:58:05 +01:00
parent e7370033d9
commit e427b0e4ce

3
qsgen2
View File

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