]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/extglob2.sub
Bash-5.0 patch 11: fix quoted null character removal in operands of conditional ...
[thirdparty/bash.git] / tests / extglob2.sub
CommitLineData
a0c0a00f
CR
1LANG=en_US.UTF-8
2
3shopt -s extglob
4a="aaaäöü"
5
6echo "${a}" "${a//?aa}" "${a//\aaa}"
7exit 0