mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-12 13:10:45 +02:00
commit bash-20191108 snapshot
This commit is contained in:
@@ -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[:]]}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user