bug-bash
[Top][All Lists]
Advanced

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

Re: forwarded weirdness report


From: Martin Schulte
Subject: Re: forwarded weirdness report
Date: Mon, 28 Mar 2022 21:06:48 +0200

Hello,

on Mon, 28 Mar 2022 20:34:40 +0200 Alex fxmbsw7 Ratchev <fxmbsw7@gmail.com> 
wrote:
> https://pastebin.com/raw/T7ZnFapt
> 
> about inconsitency, about chets 'uh no bugs'
> 
> ive experienced this and such x times already ( got better, this is not my
> code )

Here's a somewhat stripped down version:

$ bash --noprofile --norc -i -c "echo \$BASH_VERSION; shopt -s expand_aliases ; 
source <(echo \"alias x='echo hallo'\"); alias; x"
5.1.4(1)-release
alias x='echo hallo'
bash: x: command not found

Best regards

Martin



reply via email to

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