commit bash-20210215 snapshot

This commit is contained in:
Chet Ramey
2021-02-17 15:31:03 -05:00
parent a6c3a43f43
commit a7309caba4
13 changed files with 1769 additions and 1352 deletions
+3
View File
@@ -207,6 +207,9 @@ del=$'\177'
[[ "" == "$foo" ]] && echo ok 4
[[ "$del" == "${foo,,}" ]] || echo ok 5
# allow reserved words after a conditional command just because
if [[ str ]] then [[ str ]] fi
${THIS_SH} ./cond-regexp1.sub
${THIS_SH} ./cond-regexp2.sub