bug-bash
[Top][All Lists]
Advanced

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

Re: Bash 5.1: Make shell_script_filename available to startup files


From: Zachary Santer
Subject: Re: Bash 5.1: Make shell_script_filename available to startup files
Date: Tue, 20 Feb 2024 15:10:26 -0500

On Tue, Feb 20, 2024 at 2:38 PM alex xmb sw ratchev <fxmbsw7@gmail.com>
wrote:

> check if $BASH_SOURCE begins with a / , else prepend $PWD to it
> to path of file
>

source "$( dirname -- "$( realpath --canonicalize-existing --
"${BASH_SOURCE[0]}" )" )\
/common/sourced-file.bash"

What I do, anyway. Won't let symlinks cause issues.


reply via email to

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