From 5c47c8564517adf8a267cbb90a3cc81149c41766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Almir=20Saraj=C4=8Di=C4=87?= Date: Wed, 18 Sep 2024 17:44:11 +0200 Subject: [PATCH] Try again --- priv/static/Linux.sh | 2 +- test/scripts/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/priv/static/Linux.sh b/priv/static/Linux.sh index d6c0cc4d..2edfeef4 100755 --- a/priv/static/Linux.sh +++ b/priv/static/Linux.sh @@ -97,7 +97,7 @@ function install() { ;; esac - mise doctor + source $config_file >/dev/null 2>&1 ;; "Phoenix") mise exec -- mix local.hex --force diff --git a/test/scripts/Makefile b/test/scripts/Makefile index 652960d3..f6f7ede2 100644 --- a/test/scripts/Makefile +++ b/test/scripts/Makefile @@ -7,8 +7,8 @@ serve: rm -f .mise.toml rm -f .tool-versions - @if [[ "$$SHELL" == *"bash"* ]]; then \ - eval "$$(mise env -s bash)" \ + if [[ "$$SHELL" == *"bash"* ]]; then \ + eval "$$(mise env -s bash)"; \ elif [[ "$$SHELL" == *"zsh"* ]]; then \ eval "$$(mise env -s zsh)"; \ fi