commit bash-20191108 snapshot

This commit is contained in:
Chet Ramey
2019-11-13 16:41:51 -05:00
parent f48a489585
commit 5e061bb08b
18 changed files with 163 additions and 8 deletions
+6
View File
@@ -626,6 +626,12 @@ a=/a
recho "/${a%/*}"
recho "/${a///a/}"
patfunc()
{
echo ${1##*"${1##*}"}
}
patfunc foo
# caused core dumps because of bad bracket expression parsing in bash-5.0
eval : $'${x/#[0\xef\xbf\xbd\\Z[:]]}'