sanjay kumar via Bug reports for the GNU Bourne Again SHell
writes:
Somehow all the line breaks in your report were lost. As I reconstruct
it, you wrote:
> cat test.sh
#!/bin/bash
echo "argv[0] = ${0}"
echo "argv[1] = ${1}"
echo "argv[2] = ${2}"
echo "count = ${#}"
=
Subject: Re: Tilde is expanded in $PATH, inconsistent behavior
Date: Mon, 27 Jan 2025 15:21:06 -0500
Keith Thompson writes:
> The "Tilde Expansion" section of the bash manual does talk about
> using '~' when setting $PATH, but that applies only when setting
> it, not when using a $PAT