This commit is contained in:
kyodev 2017-09-04 13:37:27 +02:00
parent 72a0f6abd1
commit d4aa4e6708
2 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
version=3.10.0
date="03/09/2017"
version=3.11.0
date="04/09/2017"
projet="simpledeb"
contact="IRC freenode ##sdeb ou https://framagit.org/kyodev/kyopages/issues/"
script="getFlashPlayer"
@ -450,8 +450,8 @@ fscript_update(){ # v29/08/2017
}
#initialisation
PATH='/usr/sbin:/usr/bin:/sbin:/bin' ; IFS=' '; TERM=xterm
export PATH TERM
PATH='/usr/sbin:/usr/bin:/sbin:/bin'; TERM=xterm; IFS=$' \t\n'
export PATH TERM IFS
f__affichage
f__user || f__error "échec détection user"
f__requis "file tar" # requis pour fonctionnement programme

View File

@ -1,6 +1,10 @@
# changelog getFlashPlayer
## 3.11.0 04/09/2017
* nouveau IFS
## 3.10.0 03/09/2017
* révision appel fscript_remove, fscript_install & fscript_update