This commit is contained in:
bruno 2023-07-26 11:05:26 -04:00
parent ec1ac7ff80
commit c80099524e
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ setPATHCurrentShell(){
info "===> Shell courant : $CurrentShell" info "===> Shell courant : $CurrentShell"
# vérifier que ~/.config/scut/ est dans la variable PATH # vérifier que ~/.config/scut/ est dans la variable PATH
if [[ $PATH == *~/.config/scut/* ]]; then if [[ $PATH == *.config/scut/* ]]; then
warn "===> ~/.config/scut/ est déjà dans la variable PATH" warn "===> ~/.config/scut/ est déjà dans la variable PATH"
else else
# si le shell est bash # si le shell est bash