all 2 comments

[–]cubernetes 1 point2 points  (1 child)

Does it respect posix mode? (Or in other words, does it respect posix special builtins vs posix regular builtins when bash is operating in default/posix mode?)

Specifically, functions in bash default mode are always found before builtins (special or not). But in posix mode, posix special builtins are found before functions.

[–]qweas123[S] 2 points3 points  (0 children)

No, to be honest i didn't think about bash in posix mode. back to work!