bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 5/8] builtins/source: parse the -i option


From: Matheus Afonso Martins Moreira
Subject: Re: [PATCH v2 5/8] builtins/source: parse the -i option
Date: Mon, 20 May 2024 17:31:05 +0000

>> Why not add a -p option to '.' to specify the path to search.
>> That is
>>    . -p "${BASH_SEARCH_PATH-${PATH}}" file
>> would work if someone decided to use the
>> BASH_SOURCE_PATH var name to store the path to use
>> (defaulting to $PATH if that one isn't set).

> Believe it or not, I had thought of that as well.
> It sidesteps the whole BASH_SOURCE_PATH
> variable brouhaha altogether.

I think this is a really good solution. I hadn't thought of it.
Users can even make an alias to set a default for themselves.

  -- Matheus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]