bug-bash
[Top][All Lists]
Advanced

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

New instances of Bash should ignore and reset BASH_ARGV0


From: konsolebox
Subject: New instances of Bash should ignore and reset BASH_ARGV0
Date: Mon, 10 Oct 2022 06:38:48 +0000

This doesn't look right to me:

# export BASH_ARGV0=fdsafasfas
# bash
# echo "$BASH_ARGV0|$0"
fdsafasfas|fdsafasfas
# echo $BASH_VERSION
5.2.0(1)-release


-- 
konsolebox



reply via email to

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