A mon avis, c'est le contraire coté syntaxe :
POSIXLY_CORRECT
If this variable is in the environment when bash starts, the
shell enters posix mode before reading the startup files, as if
the --posix invocation option had been supplied. If it is set
while the shell is running, bash enables posix mode, as if the
command set -o posix had been executed.
# Re: Faire marcher des scripts sh non posix sur Linux
Posté par Cédric Pellerin . En réponse au message [Terminal] Faire marcher des scripts sh non posix sur Linux. Évalué à 1.
A mon avis, c'est le contraire coté syntaxe :
POSIXLY_CORRECT
If this variable is in the environment when bash starts, the
shell enters posix mode before reading the startup files, as if
the --posix invocation option had been supplied. If it is set
while the shell is running, bash enables posix mode, as if the
command set -o posix had been executed.
A vérifier par les spécialistes...