posix mode changes for interp 1150; fix for varassign redirection; fix for nameref in ${param=value} expansion

This commit is contained in:
Chet Ramey
2023-04-11 09:56:03 -04:00
parent ec9447ce93
commit 15b199c0dd
12 changed files with 113 additions and 10 deletions
+4
View File
@@ -92,6 +92,10 @@ expect <one>
one
expect <four>
four
expect <X>
X
expect <X>
X
errors = 0
1
2