On Thu, Dec 11, 2025, 20:00 <[email protected]> wrote: > > ## One liner to reproduce the bug on fedora42: > > $ f=~/f; echo color: red > $f; foo=$( awk '/^color: / {print $2}' ~/f );set > -x;cat > + cat > cat: -: input file is output file
This seems like the result of known bugs in cat [1] and gawk [2] and not a bug in bash. [1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76255 [2] https://lists.gnu.org/r/bug-gawk/2025-02/msg00003.html
