Regression in quoted remove-longest-prefix expansion
Johannes Altmanninger <[email protected]> Sat, 22 Feb 2025 08:57:57 +0100
| Newsgroups | org.kernel.vger.dash |
|---|---|
| Message-ID | <[email protected]> |
I noticed another regression in c5bf970 (expand: Add multi-byte
support to pmatch, 2024-06-02).
This command now prints "abc-def" but used to print "ef".
x=abc-def
y="${x##*d}"
echo "$y"