Hello Lawrence!
Am Fri, 30 May 2025 04:53:06 -0400 schrieb Lawrence Velázquez :
> Your example commands demonstrate something else. The command
>
> PATH=~/foo:~/bar
>
> has always assigned a value like '/myhome/foo:/myhome/bar', POSIX
> mode or not. This is broken in bash 5.1 POSIX mode
On Fri, May 30, 2025, at 3:36 AM, Martin Schulte wrote:
> https://www.gnu.org/software/bash/manual/bash.html#Bash-POSIX-Mode says:
>
> 19. Literal tildes that appear as the first character in elements of
> the PATH variable are not expanded as described above under Tilde
> Expansion.
>
> Is this
Le 30/05/2025 à 09:36, Martin Schulte écrivait :
Hello,
https://www.gnu.org/software/bash/manual/bash.html#Bash-POSIX-Mode says:
19. Literal tildes that appear as the first character in elements of the PATH
variable are not expanded as described above under Tilde Expansion.
Is this no longer