[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: proposed BASH_SOURCE_PATH
From: |
Oğuz |
Subject: |
Re: proposed BASH_SOURCE_PATH |
Date: |
Thu, 16 May 2024 15:37:14 +0300 |
On Wednesday, May 15, 2024, Chet Ramey <chet.ramey@case.edu> wrote:
> is it more common to have
> something like the script in somewhere/bin, files to be sourced in
> somewhere/lib, and so on?
Not sure how common but this is what makes sense. Or name sourceables
foo.sh, bar.sh and executables foo, bar so they don't clash and source with
`${BASH_SOURCE%/*}' prepended to PATH and it'll work fine.
This feature request sounded promising at first, it feels like
bike-shedding now.
--
Oğuz
- Re: proposed BASH_SOURCE_PATH, (continued)
Re: proposed BASH_SOURCE_PATH, Léa Gris, 2024/05/14
Re: proposed BASH_SOURCE_PATH, Chet Ramey, 2024/05/15
Re: proposed BASH_SOURCE_PATH, Koichi Murase, 2024/05/15
Re: proposed BASH_SOURCE_PATH, Chet Ramey, 2024/05/15
Re: proposed BASH_SOURCE_PATH, Chet Ramey, 2024/05/16
Re: proposed BASH_SOURCE_PATH, Robert Elz, 2024/05/15
Re: proposed BASH_SOURCE_PATH, Matheus Afonso Martins Moreira, 2024/05/14