From 0ed91fb61551cdd66b213cc7e4fe5164e0b2ff0f Mon Sep 17 00:00:00 2001 From: bruno Date: Wed, 26 Jul 2023 10:38:16 -0400 Subject: [PATCH] corr --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fb426f9..e510fd8 100644 --- a/install.sh +++ b/install.sh @@ -132,7 +132,7 @@ installSoftware() { # Fonction permettant de déterminer le shell courant setPATHCurrentShell(){ - CurrentShell = $(echo $SHELL | awk -F/ '{print $NF}') + CurrentShell=$(echo $SHELL | awk -F/ '{print $NF}') info "===> Shell courant : $CurrentShell"