> Quand bash est appelé avec /bin/sh il entre en mode POSIX. Sur une
> Debian voir /usr/share/doc/bash/POSIX.gz pour plus d'explications.
>
> Christian
>
extrait de POSIX.NOTES.gz :
"
21. A non-interactive shell exits with an error status if the iteration
variable in a `for' statement or the selection variable in a
`select' statement is a readonly variable.
"
Comment est-ce qu'on fabrique une "readonly variable" en shell ?
Jean-Luc.