Bug#1018727: bash: after upgrade, aliases with embedded $() subcommands don't work

2022-10-03 Thread Piotr Jawidzyk
Still an issue in 5.2-1.

Bug#1018727: bash: after upgrade, aliases with embedded $() subcommands don't work

2022-09-10 Thread Jon DeVree
This is fixed in bash 5.2-rc4 -- Jon Doge Wrangler X(7): A program for managing terminal windows. See also screen(1) and tmux(1).

Bug#1018727: bash: after upgrade, aliases with embedded $() subcommands don't work

2022-08-29 Thread Peter De Wachter
Package: bash Version: 5.2~rc2-2 Followup-For: Bug #1018727 Here's another example. Enter these three lines: alias x='PS1=$(echo x)' x y After this PS1 will be equal to "xy". -- System Information: Debian Release: bookworm/sid APT prefers unstable-debug APT policy: (500, 'unsta

Bug#1018727: bash: after upgrade, aliases with embedded $() subcommands don't work

2022-08-29 Thread Jon
Package: bash Version: 5.2~rc2-2 Severity: normal Dear Maintainer, The new version of bash breaks aliases if the alias has an $() subcommand embedded inside of it: $ alias foo='echo $(date)' $ foo $ Mon Aug 29 11:52:38 EDT 2022 $ foo $ ls Mon Aug 29 11:52:41 EDT 2022ls The command is actually e