more changes for bracket expressions in patterns

This commit is contained in:
Chet Ramey
2022-12-02 11:41:48 -05:00
parent e8652353ae
commit 198210c58f
20 changed files with 948 additions and 150 deletions
+8
View File
@@ -0,0 +1,8 @@
func()
{
eval "trap 'return 42' ERR; false"
return 0
}
set -o errtrace
func || echo oops: $?