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"