> No, it should be implemented using a call to find_in_path() with the > appropriate path string and flags. > > I feel like a feature like BASH_SOURCE_PATH should take less than a > dozen lines of code in source_builtin().
I agree. My version took more because I like splitting things into separate functions. I can reorganize the code to be more dense if necessary. Matheus