Description: I wanted to report unintended bad behaviour of Bash that cause problems with usage of it. - no possibility to neither unset, nor remove the readonly bit from the read only variables - changes of value on some variables aren't beeing set or are sillently dropped - there seem be a issue with output redirection (it isn't always working). Example: I run a command that should output into a file, but instead of thay, it output's to stdout. With regards, Mcgiwer