-
Do you know what is the correct behavior of the below? (What does POSIX say?)
bash 5.2 returned 0, bash 5.3 treats above as error, yash 2.57 also treats as error. Background: the detail is very looong, however in short, with investigating I've found that the above bash behavior change is causing the issue discussed above. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
So POSIX.1-2024 explicitly treats this as errror: https://www.austingroupbugs.net/view.php?id=1047 |
Beta Was this translation helpful? Give feedback.
-
The latest version of POSIX says:
The emphasis is mine. Yash changed the behavior in version 2.59 to reject FYI, the previous version of POSIX did not require
|
Beta Was this translation helpful? Give feedback.
-
Okay, than you! |
Beta Was this translation helpful? Give feedback.
The latest version of POSIX says: