From cb9a63fe137ea3207fdc37b423fc30d64192ef53 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Tue, 30 May 2023 11:54:55 +0300 Subject: [PATCH] fix changing shell --- run_onchange_before_install_main_deps.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index 8609045..afeb46d 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -156,6 +156,6 @@ then echo echo echo "Changing shell to fish for user $USER" - sudo chsh -s $(which fish) $USER + sudo chsh -s $(command -v fish) $USER fi