Stop using comma from command substitution in brace expansion

Fixes #5048
This commit is contained in:
Johannes Altmanninger
2024-04-25 13:32:42 +02:00
parent ec33550cff
commit fb99edae92
3 changed files with 17 additions and 4 deletions

View File

@@ -48,3 +48,6 @@ world}
end
#CHECK: '{hello
#CHECK: world}'
echo {a(echo ,)b}
#CHECK: {a,b}