diff --git a/scripts/getThunderbird b/scripts/getThunderbird index 6cb860f..ddd576d 100755 --- a/scripts/getThunderbird +++ b/scripts/getThunderbird @@ -1,7 +1,7 @@ #!/bin/bash -version=1.1.1 -date="23/09/2017" +version=1.2.0 +date="24/09/2017" projet="simpledeb" contact="IRC freenode ##sdeb ou https://framagit.org/kyodev/kyopages/issues/" script="getThunderbird" @@ -649,8 +649,7 @@ fileProfileIni="$dirProfil/profiles.ini" produitAll="latest beta" options=$@ -if [ "$(dirname $0)" == "." ] && [ ! -e "$fileDev" ]; then options="-i" # script install - +if [ "$(dirname $0)" == "." ] && [ ! -e "$fileDev" ]; then options="-i"; fi # script install for j in $options; do case $j in i-latest | i-beta | i-all ) diff --git a/scripts/getThunderbird_changelog.md b/scripts/getThunderbird_changelog.md index e2ee8b8..5b1e0e4 100644 --- a/scripts/getThunderbird_changelog.md +++ b/scripts/getThunderbird_changelog.md @@ -6,6 +6,10 @@ * placé ln dans /usr/local/bin au lieu de /usr/bin ? +## 1.2.0 24/09/2017 + +* fix bug install + ## 1.1.1 23/09/2017 * f__requis, f__info, f__error unset/for