|
|
|
|
|
by chasil
1358 days ago
|
|
Bash does not "turn off" all its extra functionality when called as /bin/sh, it just alters the behaviors that are clearly in conflict with (what was) POSIX.2. Arrays are still available in POSIX mode, even though they do not comply. |
|