On Thu, Jul 11, 2024 at 4:08 AM Chet Ramey <chet.ra...@case.edu> wrote: > and the BASH_SOURCE > absolute pathname discussion has been bananas, so that's not going in any > time soon.
Maybe just create BASH_SOURCE_REAL instead to avoid the gripes. https://gist.github.com/konsolebox/d9fb2fadd2b8b13d96d0aa7ebea836d9#file-bash-source-real-array-var-patch This however introduces heavier changes. I can already see people saying maybe keep this optional. I don't like it because you have to store the context directories to be able to consistently generate the values the moment the option is enabled. The lazy method I mentioned earlier as well will probably introduce more code than this for the same reason. It was only nice in theory. -- konsolebox