#1029954 Problems with Bash

Package:
bash
Source:
bash
Description:
GNU Bourne Again SHell
Submitter:
Mcgiwer
Date:
2023-01-29 14:27:03 UTC
Severity:
normal
Tags:
#1029954#5
Date:
2023-01-29 14:23:01 UTC
From:
To:
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